summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnameinfo.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-08-08 09:26:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-08-08 09:26:04 +0000
commit8a4dd637dd2de13b76ff2757a8e168d004dff265 (patch)
treef4833edb56d5230d0ad5ba3ddbaa9b3c75121a65 /lib/libc/net/getnameinfo.3
parent76f930123a070f9cacf50c8d395178e366619a61 (diff)
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'lib/libc/net/getnameinfo.3')
-rw-r--r--lib/libc/net/getnameinfo.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3
index 606a95572ce..03b6149e011 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getnameinfo.3,v 1.21 2003/06/02 20:18:35 millert Exp $
+.\" $OpenBSD: getnameinfo.3,v 1.22 2003/08/08 09:26:02 jmc Exp $
.\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -253,7 +253,7 @@ The error code can be found in errno.
.%A J. Bound
.%A W. Stevens
.%T Basic Socket Interface Extensions for IPv6
-.%R RFC2553
+.%R RFC 2553
.%D March 1999
.Re
.Rs
@@ -277,7 +277,7 @@ The
function is defined in IEEE POSIX 1003.1g draft specification,
and documented in
.Dq Basic Socket Interface Extensions for IPv6
-.Pq RFC2553 .
+.Pq RFC 2553 .
.\"
.Sh HISTORY
The 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.
.Sh BUGS
The current implementation is not thread-safe.
.Pp
-The text was shamelessly copied from RFC2553.
+The text was shamelessly copied from RFC 2553.
.Pp
.Ox
intentionally uses a different
.Dv NI_MAXHOST
-value from what RFC2553 suggests, to avoid buffer length handling mistakes.
+value from what RFC 2553 suggests, to avoid buffer length handling mistakes.