From bf741bc603a4e3d435392d831a2e8a401ed1d49e Mon Sep 17 00:00:00 2001 From: ume Date: Tue, 21 Oct 2003 20:11:47 +0000 Subject: stop use of NI_WITHSCOPEID. it was deprecated. Obtained from: KAME --- lib/libc/net/getnameinfo.3 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index bf197dc..88c3914 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -178,16 +178,11 @@ These flags are defined in .In netdb.h . .\" -.Sh EXTENSION +.Ss Extension for scoped IPv6 address 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 -.Fa flags -argument. +IPv6 link-local address will appear as a string like +.Dq Li fe80::1%ne0 . Refer to .Xr getaddrinfo 3 for the notation. -- cgit v1.1