summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/ftw.34
-rw-r--r--lib/libc/stdlib/ecvt.34
-rw-r--r--lib/libc/stdlib/insque.34
-rw-r--r--lib/libc/stdlib/lsearch.32
-rw-r--r--lib/libc/sys/getrlimit.24
-rw-r--r--lib/libc/sys/setregid.26
-rw-r--r--lib/libc/sys/setreuid.26
-rw-r--r--lib/libpthread/man/pthread_stackseg_np.34
-rw-r--r--lib/libpthread/man/pthread_yield.34
-rw-r--r--share/man/man3/intro.34
-rw-r--r--usr.bin/diff/diff.14
11 files changed, 23 insertions, 23 deletions
diff --git a/lib/libc/gen/ftw.3 b/lib/libc/gen/ftw.3
index a12085e0e96..731f8df9a80 100644
--- a/lib/libc/gen/ftw.3
+++ b/lib/libc/gen/ftw.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftw.3,v 1.4 2003/10/30 18:52:58 jmc Exp $
+.\" $OpenBSD: ftw.3,v 1.5 2004/01/25 14:48:32 jmc Exp $
.\"
.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -202,7 +202,7 @@ The
and
.Fn nftw
functions conform to
-.St -p1003.1-01 .
+.St -p1003.1-2001 .
.Sh BUGS
The
.Fa maxfds
diff --git a/lib/libc/stdlib/ecvt.3 b/lib/libc/stdlib/ecvt.3
index da48a339577..689cb1c6f93 100644
--- a/lib/libc/stdlib/ecvt.3
+++ b/lib/libc/stdlib/ecvt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ecvt.3,v 1.6 2003/06/17 21:56:24 millert Exp $
+.\" $OpenBSD: ecvt.3,v 1.7 2004/01/25 14:48:32 jmc Exp $
.\"
.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -162,4 +162,4 @@ The
and
.Fn gcvt
functions conform to
-.St -p1003.1-01 .
+.St -p1003.1-2001 .
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3
index b09f1fdc048..cd8110ed908 100644
--- a/lib/libc/stdlib/insque.3
+++ b/lib/libc/stdlib/insque.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: insque.3,v 1.2 2003/06/01 19:27:27 jmc Exp $
+.\" $OpenBSD: insque.3,v 1.3 2004/01/25 14:48:32 jmc Exp $
.\" Copyright (c) 1993 John Brezak
.\" All rights reserved.
.\"
@@ -87,7 +87,7 @@ The
and
.Fn lfind
functions conform to the
-.St -p1003.1-01
+.St -p1003.1-2001
and
.St -xpg4.3 .
specifications.
diff --git a/lib/libc/stdlib/lsearch.3 b/lib/libc/stdlib/lsearch.3
index 2bef4c9aad4..2adc51096dd 100644
--- a/lib/libc/stdlib/lsearch.3
+++ b/lib/libc/stdlib/lsearch.3
@@ -97,7 +97,7 @@ The
and
.Fn lfind
functions conform to the
-.St -p1003.1-01
+.St -p1003.1-2001
and
.St -xpg4.3 .
specifications.
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index 05b124938b4..2c5bbb9a350 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrlimit.2,v 1.15 2003/12/12 14:50:07 millert Exp $
+.\" $OpenBSD: getrlimit.2,v 1.16 2004/01/25 14:48:32 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-03 .
+.St -p1003.1-2003 .
.Sh HISTORY
The
.Fn getrlimit
diff --git a/lib/libc/sys/setregid.2 b/lib/libc/sys/setregid.2
index b47c7c3bab8..b13cea8ee2a 100644
--- a/lib/libc/sys/setregid.2
+++ b/lib/libc/sys/setregid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setregid.2,v 1.2 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: setregid.2,v 1.3 2004/01/25 14:48:32 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -88,13 +88,13 @@ was specified.
The
.Fn setregid
function conforms to the
-.St -p1003.1-01
+.St -p1003.1-2001
and
.St -xpg4.3 .
specifications.
.Pp
Note, however, that prior to
-.St -p1003.1-01 ,
+.St -p1003.1-2001 ,
the
.Fn setregid
function was not a part of the
diff --git a/lib/libc/sys/setreuid.2 b/lib/libc/sys/setreuid.2
index 576fcf74023..45ef7d5211c 100644
--- a/lib/libc/sys/setreuid.2
+++ b/lib/libc/sys/setreuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setreuid.2,v 1.3 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: setreuid.2,v 1.4 2004/01/25 14:48:32 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -88,13 +88,13 @@ was specified.
The
.Fn setreuid
function conforms to the
-.St -p1003.1-01
+.St -p1003.1-2001
and
.St -xpg4.3 .
specifications.
.Pp
Note, however, that prior to
-.St -p1003.1-01 ,
+.St -p1003.1-2001 ,
the
.Fn setreuid
function was not a part of the
diff --git a/lib/libpthread/man/pthread_stackseg_np.3 b/lib/libpthread/man/pthread_stackseg_np.3
index 427c97f91b3..37d92c3e68b 100644
--- a/lib/libpthread/man/pthread_stackseg_np.3
+++ b/lib/libpthread/man/pthread_stackseg_np.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_stackseg_np.3,v 1.2 2004/01/16 05:34:18 jmc Exp $
+.\" $OpenBSD: pthread_stackseg_np.3,v 1.3 2004/01/25 14:48:32 jmc Exp $
.\"
.\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org>
.\"
@@ -47,4 +47,4 @@ become available.
.Sh STANDARDS
.Fn pthread_stackseg_np
is a non-portable extension to
-.St -p1003.1-01 .
+.St -p1003.1-2001 .
diff --git a/lib/libpthread/man/pthread_yield.3 b/lib/libpthread/man/pthread_yield.3
index ab5cbf8ff3f..762514518a8 100644
--- a/lib/libpthread/man/pthread_yield.3
+++ b/lib/libpthread/man/pthread_yield.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_yield.3,v 1.2 2004/01/16 05:33:16 jmc Exp $
+.\" $OpenBSD: pthread_yield.3,v 1.3 2004/01/25 14:48:32 jmc Exp $
.\"
.\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org>
.\"
@@ -24,4 +24,4 @@ If no other thread is ready to run, control returns to the current thread.
.Sh STANDARDS
.Fn pthread_yield
is a non-portable (but quite common) extension to
-.St -p1003.1-01 .
+.St -p1003.1-2001 .
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index a77e4f0aac8..10a2eb21016 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.3,v 1.20 2003/10/23 19:07:54 jmc Exp $
+.\" $OpenBSD: intro.3,v 1.21 2004/01/25 14:48:32 jmc Exp $
.\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -335,7 +335,7 @@ Support routines for
.Xr perl 1 .
.Pp
.It libpthread Pq Fl pthread
-.St -p1003.1-01
+.St -p1003.1-2001
threads API and thread scheduler.
Threaded applications should use
.Fl pthread
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1
index c14a7033f92..48adb1307d2 100644
--- a/usr.bin/diff/diff.1
+++ b/usr.bin/diff/diff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: diff.1,v 1.23 2004/01/07 17:19:05 otto Exp $
+.\" $OpenBSD: diff.1,v 1.24 2004/01/25 14:48:32 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -444,7 +444,7 @@ An error occurred.
The
.Nm
utility is expected to be a superset of the
-.St -p1003.1-01
+.St -p1003.1-2001
specification.
.Sh HISTORY
A