summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-06-05 19:40:21 +0000
committerjmc <jmc@openbsd.org>2005-06-05 19:40:21 +0000
commitaf69310cb425c54a06a1d26d10c264a1f0cf37b3 (patch)
tree1e729a7bb365efca21942da94a54e8d7ea67327a /lib/libc/net
parentlatest edition of susv3 is 2004, so use that as .St -p1003.1-200*; (diff)
downloadwireguard-openbsd-af69310cb425c54a06a1d26d10c264a1f0cf37b3.tar.xz
wireguard-openbsd-af69310cb425c54a06a1d26d10c264a1f0cf37b3.zip
s/-p1003.1-2003/-p1003.1-2004/g
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/getprotoent.34
-rw-r--r--lib/libc/net/getservent.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/getprotoent.3 b/lib/libc/net/getprotoent.3
index ea2a9e77772..7b509523627 100644
--- a/lib/libc/net/getprotoent.3
+++ b/lib/libc/net/getprotoent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getprotoent.3,v 1.14 2005/02/19 21:35:42 millert Exp $
+.\" $OpenBSD: getprotoent.3,v 1.15 2005/06/05 19:40:21 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -176,7 +176,7 @@ The
and
.Fn endprotoent
functions conform to
-.St -p1003.1-2003 .
+.St -p1003.1-2004 .
.Pp
The
.Fn getprotoent_r ,
diff --git a/lib/libc/net/getservent.3 b/lib/libc/net/getservent.3
index d5fa1df052d..2a442d276d7 100644
--- a/lib/libc/net/getservent.3
+++ b/lib/libc/net/getservent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getservent.3,v 1.16 2004/10/26 15:52:50 millert Exp $
+.\" $OpenBSD: getservent.3,v 1.17 2005/06/05 19:40:21 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -183,7 +183,7 @@ The
and
.Fn endservent
functions conform to
-.St -p1003.1-2003 .
+.St -p1003.1-2004 .
.Pp
The
.Fn getservent_r ,