summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <>2001-11-15 06:53:09 +0000
committeritojun <>2001-11-15 06:53:09 +0000
commit25c95262443cce7e5a4604cc504638e7f0e0e698 (patch)
tree0b352f3d8b19d47d59c8d885082e65276ae782a3
parentbde591bfd444438b37f64648fb8691fd705f8088 (diff)
downloadopenbsd-25c95262443cce7e5a4604cc504638e7f0e0e698.tar.gz
openbsd-25c95262443cce7e5a4604cc504638e7f0e0e698.tar.bz2
openbsd-25c95262443cce7e5a4604cc504638e7f0e0e698.zip
sync with reality; scope identifier comes even without NI_WITHSCOPEID.
-rw-r--r--src/lib/libc/net/getnameinfo.39
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libc/net/getnameinfo.3 b/src/lib/libc/net/getnameinfo.3
index 44eda4a4d5..76c6449906 100644
--- a/src/lib/libc/net/getnameinfo.3
+++ b/src/lib/libc/net/getnameinfo.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getnameinfo.3,v 1.16 2001/08/06 10:42:26 mpech Exp $ 1.\" $OpenBSD: getnameinfo.3,v 1.17 2001/11/15 06:53:09 itojun Exp $
2.\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $ 2.\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1987, 1991, 1993 4.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -181,12 +181,7 @@ flags are defined in
181The implementation allows experimental numeric IPv6 address notation with 181The implementation allows experimental numeric IPv6 address notation with
182scope identifier. 182scope identifier.
183IPv6 link-local address will appear as string like 183IPv6 link-local address will appear as string like
184.Dq Li fe80::1%ne0 , 184.Dq Li fe80::1%ne0 .
185if
186.Dv NI_WITHSCOPEID
187bit is enabled in
188.Ar flags
189argument.
190Refer to 185Refer to
191.Xr getaddrinfo 3 186.Xr getaddrinfo 3
192for the notation. 187for the notation.