summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjca <>2015-02-16 18:26:56 +0000
committerjca <>2015-02-16 18:26:56 +0000
commitaf4b2ba5ef6ab61491f06cf5a4ede781137151eb (patch)
treefcad5281f4cd6d7bdfbfce3987e17496c1ade838
parent9a3026fb0a89a15ea2def3629cc13a69f1fc678c (diff)
downloadopenbsd-af4b2ba5ef6ab61491f06cf5a4ede781137151eb.tar.gz
openbsd-af4b2ba5ef6ab61491f06cf5a4ede781137151eb.tar.bz2
openbsd-af4b2ba5ef6ab61491f06cf5a4ede781137151eb.zip
Amend documentation for AI_ADDRCONFIG
ok jmc@
-rw-r--r--src/lib/libc/net/getaddrinfo.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3
index 91da969eba..558b5e1596 100644
--- a/src/lib/libc/net/getaddrinfo.3
+++ b/src/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getaddrinfo.3,v 1.56 2014/08/23 07:25:54 jmc Exp $ 1.\" $OpenBSD: getaddrinfo.3,v 1.57 2015/02/16 18:26:56 jca Exp $
2.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ 2.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
3.\" 3.\"
4.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") 4.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
16.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 16.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17.\" PERFORMANCE OF THIS SOFTWARE. 17.\" PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: August 23 2014 $ 19.Dd $Mdocdate: February 16 2015 $
20.Dt GETADDRINFO 3 20.Dt GETADDRINFO 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -128,6 +128,8 @@ configured on an interface, and IPv6 addresses will be returned only if an IPv6
128address is configured on an interface. 128address is configured on an interface.
129Addresses on a loopback interface and link-local IPv6 addresses are not 129Addresses on a loopback interface and link-local IPv6 addresses are not
130considered valid as configured addresses. 130considered valid as configured addresses.
131This bit is only considered when determining whether a DNS query should
132be performed or not.
131.It Dv AI_CANONNAME 133.It Dv AI_CANONNAME
132If the 134If the
133.Dv AI_CANONNAME 135.Dv AI_CANONNAME