diff options
Diffstat (limited to 'lib/libc/net/inet.3')
-rw-r--r-- | lib/libc/net/inet.3 | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 7470433..d1975a8 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -28,7 +28,7 @@ .\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 14, 2004 +.Dd February 28, 2007 .Dt INET 3 .Os .Sh NAME @@ -212,19 +212,6 @@ may be decimal, octal, or hexadecimal, as specified in the C language (i.e., a leading 0x or 0X implies hexadecimal; otherwise, a leading 0 implies octal; otherwise, the number is interpreted as decimal). -.Pp -The -.Fn inet_aton -and -.Fn inet_ntoa -functions are semi-deprecated in favor of the -.Xr addr2ascii 3 -family. -However, since those functions are not yet widely implemented, -portable programs cannot rely on their presence and will continue -to use the -.Xr inet 3 -functions for some time. .Sh DIAGNOSTICS The constant .Dv INADDR_NONE @@ -250,9 +237,10 @@ or family address. .El .Sh SEE ALSO -.Xr addr2ascii 3 , .Xr byteorder 3 , +.Xr getaddrinfo 3 , .Xr gethostbyname 3 , +.Xr getnameinfo 3 , .Xr getnetent 3 , .Xr inet_net 3 , .Xr hosts 5 , |