diff options
author | 2015-02-16 18:26:56 +0000 | |
---|---|---|
committer | 2015-02-16 18:26:56 +0000 | |
commit | 294425e43852ea368db9d0ef910b272e0f18cd81 (patch) | |
tree | 7c6c4f4ad7694474c53632149111e2cb379d5e6b /lib/libc | |
parent | Declare ge25519_base as extern, to prevent it from becoming a common. Gets us (diff) | |
download | wireguard-openbsd-294425e43852ea368db9d0ef910b272e0f18cd81.tar.xz wireguard-openbsd-294425e43852ea368db9d0ef910b272e0f18cd81.zip |
Amend documentation for AI_ADDRCONFIG
ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/getaddrinfo.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index 91da969eba5..558b5e15963 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getaddrinfo.3,v 1.56 2014/08/23 07:25:54 jmc Exp $ +.\" $OpenBSD: getaddrinfo.3,v 1.57 2015/02/16 18:26:56 jca Exp $ .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ .\" .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") @@ -16,7 +16,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 23 2014 $ +.Dd $Mdocdate: February 16 2015 $ .Dt GETADDRINFO 3 .Os .Sh NAME @@ -128,6 +128,8 @@ configured on an interface, and IPv6 addresses will be returned only if an IPv6 address is configured on an interface. Addresses on a loopback interface and link-local IPv6 addresses are not considered valid as configured addresses. +This bit is only considered when determining whether a DNS query should +be performed or not. .It Dv AI_CANONNAME If the .Dv AI_CANONNAME |