summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-01-25 14:48:32 +0000
committerjmc <jmc@openbsd.org>2004-01-25 14:48:32 +0000
commit7a5684e3560355f3f72a884ecc7c4faae376f634 (patch)
tree02b4953681ae5c71d5ee5fbcc9d93cacd9960ce4 /lib/libc
parentUnused. (diff)
downloadwireguard-openbsd-7a5684e3560355f3f72a884ecc7c4faae376f634.tar.xz
wireguard-openbsd-7a5684e3560355f3f72a884ecc7c4faae376f634.zip
use new .St macro;
Diffstat (limited to 'lib/libc')
-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
7 files changed, 15 insertions, 15 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