summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2000-06-30 16:52:44 +0000
committeritojun <itojun@openbsd.org>2000-06-30 16:52:44 +0000
commita07423b508eb803ed8cea109430a10243b089c3f (patch)
treeb71e9a68a9d0915cbeee6c7b5d7dc49101065847
parentwarnx?/errx? paranoia (use "%s" not a bare string unless it is a (diff)
downloadwireguard-openbsd-a07423b508eb803ed8cea109430a10243b089c3f.tar.xz
wireguard-openbsd-a07423b508eb803ed8cea109430a10243b089c3f.zip
typo in RFC number. KAME PR 263
-rw-r--r--lib/libc/net/getaddrinfo.36
-rw-r--r--lib/libc/net/getnameinfo.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 518667a09eb..9aac4c32c7e 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -1,5 +1,5 @@
-.\" $OpenBSD: getaddrinfo.3,v 1.8 2000/06/22 20:29:00 itojun Exp $
-.\" $KAME: getaddrinfo.3,v 1.14 2000/06/22 20:25:50 itojun Exp $
+.\" $OpenBSD: getaddrinfo.3,v 1.9 2000/06/30 16:52:44 itojun Exp $
+.\" $KAME: getaddrinfo.3,v 1.15 2000/06/30 16:46:00 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -517,7 +517,7 @@ The
function is defined IEEE POSIX 1003.1g draft specification,
and documented in
.Dq Basic Socket Interface Extensions for IPv6
-.Pq RFC2533 .
+.Pq RFC2553 .
.\"
.Sh BUGS
The text was shamelessly copied from RFC2553.
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3
index d73a9a9e556..1b7b56296f8 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -1,5 +1,5 @@
-.\" $OpenBSD: getnameinfo.3,v 1.7 2000/06/22 20:29:00 itojun Exp $
-.\" $KAME: getnameinfo.3,v 1.13 2000/06/22 20:25:50 itojun Exp $
+.\" $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 $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -295,7 +295,7 @@ The
function is defined IEEE POSIX 1003.1g draft specification,
and documented in
.Dq Basic Socket Interface Extensions for IPv6
-.Pq RFC2533 .
+.Pq RFC2553 .
.\"
.Sh BUGS
The text was shamelessly copied from RFC2553.