summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnameinfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/getnameinfo.3')
-rw-r--r--src/lib/libc/net/getnameinfo.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/getnameinfo.3 b/src/lib/libc/net/getnameinfo.3
index 606a95572c..03b6149e01 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.21 2003/06/02 20:18:35 millert Exp $ 1.\" $OpenBSD: getnameinfo.3,v 1.22 2003/08/08 09:26:02 jmc 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
@@ -253,7 +253,7 @@ The error code can be found in errno.
253.%A J. Bound 253.%A J. Bound
254.%A W. Stevens 254.%A W. Stevens
255.%T Basic Socket Interface Extensions for IPv6 255.%T Basic Socket Interface Extensions for IPv6
256.%R RFC2553 256.%R RFC 2553
257.%D March 1999 257.%D March 1999
258.Re 258.Re
259.Rs 259.Rs
@@ -277,7 +277,7 @@ The
277function is defined in IEEE POSIX 1003.1g draft specification, 277function is defined in IEEE POSIX 1003.1g draft specification,
278and documented in 278and documented in
279.Dq Basic Socket Interface Extensions for IPv6 279.Dq Basic Socket Interface Extensions for IPv6
280.Pq RFC2553 . 280.Pq RFC 2553 .
281.\" 281.\"
282.Sh HISTORY 282.Sh HISTORY
283The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. 283The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit.
@@ -285,9 +285,9 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit.
285.Sh BUGS 285.Sh BUGS
286The current implementation is not thread-safe. 286The current implementation is not thread-safe.
287.Pp 287.Pp
288The text was shamelessly copied from RFC2553. 288The text was shamelessly copied from RFC 2553.
289.Pp 289.Pp
290.Ox 290.Ox
291intentionally uses a different 291intentionally uses a different
292.Dv NI_MAXHOST 292.Dv NI_MAXHOST
293value from what RFC2553 suggests, to avoid buffer length handling mistakes. 293value from what RFC 2553 suggests, to avoid buffer length handling mistakes.