diff options
author | itojun <> | 2001-11-15 06:53:09 +0000 |
---|---|---|
committer | itojun <> | 2001-11-15 06:53:09 +0000 |
commit | 25c95262443cce7e5a4604cc504638e7f0e0e698 (patch) | |
tree | 0b352f3d8b19d47d59c8d885082e65276ae782a3 | |
parent | bde591bfd444438b37f64648fb8691fd705f8088 (diff) | |
download | openbsd-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.3 | 9 |
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 | |||
181 | The implementation allows experimental numeric IPv6 address notation with | 181 | The implementation allows experimental numeric IPv6 address notation with |
182 | scope identifier. | 182 | scope identifier. |
183 | IPv6 link-local address will appear as string like | 183 | IPv6 link-local address will appear as string like |
184 | .Dq Li fe80::1%ne0 , | 184 | .Dq Li fe80::1%ne0 . |
185 | if | ||
186 | .Dv NI_WITHSCOPEID | ||
187 | bit is enabled in | ||
188 | .Ar flags | ||
189 | argument. | ||
190 | Refer to | 185 | Refer to |
191 | .Xr getaddrinfo 3 | 186 | .Xr getaddrinfo 3 |
192 | for the notation. | 187 | for the notation. |