diff options
Diffstat (limited to 'lib/libc/net/getnameinfo.3')
-rw-r--r-- | lib/libc/net/getnameinfo.3 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index 6b4f02d..8dc026c 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -122,9 +122,7 @@ The first value is actually defined as the constant in recent versions of BIND's .Aq Pa arpa/nameser.h header -.Po -older versions of BIND define this constant to be 256 -.Pc +(older versions of BIND define this constant to be 256) and the second is a guess based on the services listed in the current Assigned Numbers RFC. .Pp @@ -143,12 +141,10 @@ bit .Dv NI_NUMERICHOST is set, or if the host's name cannot be located in the DNS, the numeric form of the host's address is returned instead of its name -.Po -e.g., by calling +(e.g., by calling .Fn inet_ntop instead of -.Fn getnodebyaddr -.Pc . +.Fn getnodebyaddr ) . If the .Fa flag bit @@ -158,7 +154,7 @@ is set, an error is returned if the host's name cannot be located in the DNS. If the flag bit .Dv NI_NUMERICSERV is set, the numeric form of the service address is returned -.Pq e.g., its port number +(e.g., its port number) instead of its name. The two .Dv NI_NUMERICxxx @@ -302,7 +298,7 @@ function is defined in .St -p1003.1g-2000 , and documented in .Dq Basic Socket Interface Extensions for IPv6 -.Pq RFC2553 . +(RFC2553). .\" .Sh BUGS The current implementation is not thread-safe. |