diff options
Diffstat (limited to 'lib/libc/net/getnameinfo.3')
-rw-r--r-- | lib/libc/net/getnameinfo.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index 1b7b56296f8..0f52f6e993f 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: getnameinfo.3,v 1.8 2000/06/30 16:52:44 itojun Exp $ -.\" $KAME: getnameinfo.3,v 1.14 2000/06/30 16:46:00 itojun Exp $ +.\" $OpenBSD: getnameinfo.3,v 1.9 2000/08/09 23:12:04 itojun Exp $ +.\" $KAME: getnameinfo.3,v 1.17 2000/08/09 21:16:17 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,7 +57,8 @@ function is defined for protocol-independent address-to-nodename translation. Its functionality is a reverse conversion of .Xr getaddrinfo 3 , and implements similar functionality with -.Xr gethostbyaddr 3 and +.Xr gethostbyaddr 3 +and .Xr getservbyport 3 in more sophisticated manner. .Pp @@ -276,7 +277,7 @@ The error code can be found in errno. .%A Atsushi Onoe .%T "An Extension of Format for IPv6 Scoped Addresses" .%R internet draft -.%N draft-ietf-ipngwg-scopedaddr-format-01.txt +.%N draft-ietf-ipngwg-scopedaddr-format-02.txt .%O work in progress material .Re .Rs @@ -298,4 +299,6 @@ and documented in .Pq RFC2553 . .\" .Sh BUGS +The current implementation is not thread-safe. +.Pp The text was shamelessly copied from RFC2553. |