summaryrefslogtreecommitdiffstats
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
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
-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
-rw-r--r--share/man/man4/options.44
-rw-r--r--share/man/man7/mdoc.74
-rw-r--r--share/man/man7/mdoc.samples.76
-rw-r--r--share/man/man7/script.74
-rw-r--r--usr.bin/grep/grep.14
9 files changed, 20 insertions, 20 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
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 78e63da3212..c9e831aa6b9 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.162 2005/05/31 23:05:37 jmc Exp $
+.\" $OpenBSD: options.4,v 1.163 2005/06/05 19:40:22 jmc Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -87,7 +87,7 @@ and
system calls which were replaced in
.Ox 3.6
when their arguments were changed to match
-.St -p1003.1-2003 ,
+.St -p1003.1-2004 ,
as well as binaries that use old versions of the
.Xr fhstat 2 ,
.Xr fstat 2 ,
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7
index 4f709ff63b4..d92dad8fdf6 100644
--- a/share/man/man7/mdoc.7
+++ b/share/man/man7/mdoc.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.7,v 1.35 2004/11/21 07:07:46 jaredy Exp $
+.\" $OpenBSD: mdoc.7,v 1.36 2005/06/05 19:40:22 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -323,7 +323,7 @@ Produces
.Pp
The known standards for the St macro are:
.Bd -ragged -offset 4n
--p1003.1-88, -p1003.1-90, -p1003.1-96, -p1003.1-2001, -p1003.1-2003,
+-p1003.1-88, -p1003.1-90, -p1003.1-96, -p1003.1-2001, -p1003.1-2004,
-p1003.1, -p1003.1b, -p1003.1b-93, -p1003.1c-95, -p1003.1g-2000,
-p1003.2-92, -p1003.2-95, -p1003.2, -p1387.2, -isoC-90, -isoC-amd1,
-isoC-tcor1, -isoC-tcor2, isoC-99, -ansiC, -ansiC-89, -ansiC-99, -ieee754,
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index b8e52713cfa..dfd09f23317 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.samples.7,v 1.63 2005/04/02 17:19:21 jmc Exp $
+.\" $OpenBSD: mdoc.samples.7,v 1.64 2005/06/05 19:40:22 jmc Exp $
.\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -1565,8 +1565,8 @@ are:
.St -p1003.1-96
.It Li "-p1003.1-2001"
.St -p1003.1-2001
-.It Li "-p1003.1-2003"
-.St -p1003.1-2003
+.It Li "-p1003.1-2004"
+.St -p1003.1-2004
.It Li "-p1003.1"
.St -p1003.1
.It Li "-p1003.1b"
diff --git a/share/man/man7/script.7 b/share/man/man7/script.7
index a3fdc25727e..cf754e62cca 100644
--- a/share/man/man7/script.7
+++ b/share/man/man7/script.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: script.7,v 1.1 2005/05/12 09:12:57 jmc Exp $
+.\" $OpenBSD: script.7,v 1.2 2005/06/05 19:40:22 jmc Exp $
.\"
.\" $NetBSD: script.7,v 1.1 2005/05/07 02:20:34 perry Exp $
.\"
@@ -336,7 +336,7 @@ arguments being concatenated.
.Sh STANDARDS
The behavior of interpreter scripts is obliquely referred to, but
never actually described in,
-.St -p1003.1-2003 .
+.St -p1003.1-2004 .
.Pp
The behavior is partially (but not completely) described in the
.St -svid4 .
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index a7d64d6722c..92d9b5b4a20 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.30 2005/01/06 00:28:53 jmc Exp $
+.\" $OpenBSD: grep.1,v 1.31 2005/06/05 19:40:22 jmc Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -360,7 +360,7 @@ looking for either 19, 20, or 25.
The
.Nm grep
utility is compliant with the
-.St -p1003.1-2003
+.St -p1003.1-2004
specification.
.Pp
The flags