diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-11-15 06:53:10 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-11-15 06:53:10 +0000 |
commit | 9216ff76cb7ab6cd177959d04da172db4fec7780 (patch) | |
tree | 351d2469f2087b2df91a339198f92b29ebfa01ee /lib/libc/net/getnameinfo.3 | |
parent | 11edcd2f01da9ce020b4ee80143b7c9f63af7de3 (diff) |
sync with reality; scope identifier comes even without NI_WITHSCOPEID.
Diffstat (limited to 'lib/libc/net/getnameinfo.3')
-rw-r--r-- | lib/libc/net/getnameinfo.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index 44eda4a4d5e..76c64499066 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnameinfo.3,v 1.16 2001/08/06 10:42:26 mpech Exp $ +.\" $OpenBSD: getnameinfo.3,v 1.17 2001/11/15 06:53:09 itojun Exp $ .\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -181,12 +181,7 @@ flags are defined in The implementation allows experimental numeric IPv6 address notation with scope identifier. IPv6 link-local address will appear as string like -.Dq Li fe80::1%ne0 , -if -.Dv NI_WITHSCOPEID -bit is enabled in -.Ar flags -argument. +.Dq Li fe80::1%ne0 . Refer to .Xr getaddrinfo 3 for the notation. |