summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2005-06-05 19:40:21 +0000
committerjmc <>2005-06-05 19:40:21 +0000
commitb45d3888b5a6823bcace6bae6b3cd62c7bb15e80 (patch)
tree89f73c0fc5cc006a830773c93b631787b340cb69
parent26efa7c2a86f35a1ee66b7060085328402a5ac4d (diff)
downloadopenbsd-b45d3888b5a6823bcace6bae6b3cd62c7bb15e80.tar.gz
openbsd-b45d3888b5a6823bcace6bae6b3cd62c7bb15e80.tar.bz2
openbsd-b45d3888b5a6823bcace6bae6b3cd62c7bb15e80.zip
s/-p1003.1-2003/-p1003.1-2004/g
-rw-r--r--src/lib/libc/net/getprotoent.34
-rw-r--r--src/lib/libc/net/getservent.34
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getprotoent.3 b/src/lib/libc/net/getprotoent.3
index ea2a9e7777..7b50952362 100644
--- a/src/lib/libc/net/getprotoent.3
+++ b/src/lib/libc/net/getprotoent.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getprotoent.3,v 1.14 2005/02/19 21:35:42 millert Exp $ 1.\" $OpenBSD: getprotoent.3,v 1.15 2005/06/05 19:40:21 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -176,7 +176,7 @@ The
176and 176and
177.Fn endprotoent 177.Fn endprotoent
178functions conform to 178functions conform to
179.St -p1003.1-2003 . 179.St -p1003.1-2004 .
180.Pp 180.Pp
181The 181The
182.Fn getprotoent_r , 182.Fn getprotoent_r ,
diff --git a/src/lib/libc/net/getservent.3 b/src/lib/libc/net/getservent.3
index d5fa1df052..2a442d276d 100644
--- a/src/lib/libc/net/getservent.3
+++ b/src/lib/libc/net/getservent.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getservent.3,v 1.16 2004/10/26 15:52:50 millert Exp $ 1.\" $OpenBSD: getservent.3,v 1.17 2005/06/05 19:40:21 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -183,7 +183,7 @@ The
183and 183and
184.Fn endservent 184.Fn endservent
185functions conform to 185functions conform to
186.St -p1003.1-2003 . 186.St -p1003.1-2004 .
187.Pp 187.Pp
188The 188The
189.Fn getservent_r , 189.Fn getservent_r ,