summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-06-05 19:40:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-06-05 19:40:23 +0000
commit1bf4d6b83128436e7ba7e53aa0fc74506f152536 (patch)
tree97e946f28e30a9610f7c275ee1a235fdcf73ef45 /lib
parent5d8f00863243c5e4b5459d339a9f05232a2cbf28 (diff)
s/-p1003.1-2003/-p1003.1-2004/g
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/getprotoent.34
-rw-r--r--lib/libc/net/getservent.34
-rw-r--r--lib/libc/regex/re_format.76
-rw-r--r--lib/libc/sys/getrlimit.24
4 files changed, 9 insertions, 9 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 ,
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7
index e5f0933072d..c33191bf763 100644
--- a/lib/libc/regex/re_format.7
+++ b/lib/libc/regex/re_format.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re_format.7,v 1.12 2004/09/28 20:56:00 jmc Exp $
+.\" $OpenBSD: re_format.7,v 1.13 2005/06/05 19:40:22 jmc Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -44,7 +44,7 @@
.Sh DESCRIPTION
Regular expressions (REs),
as defined in
-.St -p1003.1-2003 ,
+.St -p1003.1-2004 ,
come in two forms:
basic regular expressions
(BREs)
@@ -725,7 +725,7 @@ times.
.Xr ctype 3 ,
.Xr regex 3
.Sh STANDARDS
-.St -p1003.1-2003 :
+.St -p1003.1-2004 :
Base Definitions, Chapter 9 (Regular Expressions).
.Sh BUGS
Having two kinds of REs is a botch.
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index 2c5bbb9a350..e0063c15341 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrlimit.2,v 1.16 2004/01/25 14:48:32 jmc Exp $
+.\" $OpenBSD: getrlimit.2,v 1.17 2005/06/05 19:40:22 jmc Exp $
.\" $NetBSD: getrlimit.2,v 1.8 1995/10/12 15:40:58 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -207,7 +207,7 @@ The
and
.Fn setrlimit
function calls are expected to conform to
-.St -p1003.1-2003 .
+.St -p1003.1-2004 .
.Sh HISTORY
The
.Fn getrlimit