summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjca <>2015-02-16 18:26:56 +0000
committerjca <>2015-02-16 18:26:56 +0000
commit58bde4fa4a15911047530f107de916640d13df1d (patch)
treefcad5281f4cd6d7bdfbfce3987e17496c1ade838
parent536268edf284379599d2db025c14989146460a7b (diff)
downloadopenbsd-58bde4fa4a15911047530f107de916640d13df1d.tar.gz
openbsd-58bde4fa4a15911047530f107de916640d13df1d.tar.bz2
openbsd-58bde4fa4a15911047530f107de916640d13df1d.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