diff options
author | 2003-08-08 09:26:02 +0000 | |
---|---|---|
committer | 2003-08-08 09:26:02 +0000 | |
commit | d55ea0e866f04b8efa03882da641812f349cf46f (patch) | |
tree | d9223fb22306b53932aa80c81b240ce8a0844fdb /lib/libc/net/getaddrinfo.3 | |
parent | Be more careful when using constant_lookup() in messages. Pointed out by (diff) | |
download | wireguard-openbsd-d55ea0e866f04b8efa03882da641812f349cf46f.tar.xz wireguard-openbsd-d55ea0e866f04b8efa03882da641812f349cf46f.zip |
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'lib/libc/net/getaddrinfo.3')
-rw-r--r-- | lib/libc/net/getaddrinfo.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index f91681dbcdc..a9004e3207e 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getaddrinfo.3,v 1.24 2003/07/27 15:34:03 jmc Exp $ +.\" $OpenBSD: getaddrinfo.3,v 1.25 2003/08/08 09:26:02 jmc Exp $ .\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -542,7 +542,7 @@ indicate an unknown error. .%A J. Bound .%A W. Stevens .%T Basic Socket Interface Extensions for IPv6 -.%R RFC2553 +.%R RFC 2553 .%D March 1999 .Re .Rs @@ -566,7 +566,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. @@ -574,4 +574,4 @@ 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. |