diff options
author | 2005-06-05 19:40:21 +0000 | |
---|---|---|
committer | 2005-06-05 19:40:21 +0000 | |
commit | af69310cb425c54a06a1d26d10c264a1f0cf37b3 (patch) | |
tree | 1e729a7bb365efca21942da94a54e8d7ea67327a /share/man/man7 | |
parent | latest edition of susv3 is 2004, so use that as .St -p1003.1-200*; (diff) | |
download | wireguard-openbsd-af69310cb425c54a06a1d26d10c264a1f0cf37b3.tar.xz wireguard-openbsd-af69310cb425c54a06a1d26d10c264a1f0cf37b3.zip |
s/-p1003.1-2003/-p1003.1-2004/g
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.7 | 4 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 | ||||
-rw-r--r-- | share/man/man7/script.7 | 4 |
3 files changed, 7 insertions, 7 deletions
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 . |