diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:24:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:24:18 +0000 |
commit | c5704ee7132da543f721001e6de96c23f6e82d58 (patch) | |
tree | 78c4bfe704dc56d1b24e3de8a7d54e20f9d095be | |
parent | b6f51c6e26b410d4202d382ebc6b5d3c86b2874e (diff) |
STANDARDS:
mark these utilities as being either optional (SD/FR/UP); or as
being compliant only with XPG4 (XSI); strip.1 and talk.1 are tweaked
purely for consistency;
thanks otto for feedback
-rw-r--r-- | usr.bin/asa/asa.1 | 7 | ||||
-rw-r--r-- | usr.bin/cal/cal.1 | 6 | ||||
-rw-r--r-- | usr.bin/compress/compress.1 | 6 | ||||
-rw-r--r-- | usr.bin/ctags/ctags.1 | 7 | ||||
-rw-r--r-- | usr.bin/less/less.1 | 7 | ||||
-rw-r--r-- | usr.bin/make/make.1 | 7 | ||||
-rw-r--r-- | usr.bin/strip/strip.1 | 6 | ||||
-rw-r--r-- | usr.bin/talk/talk.1 | 6 | ||||
-rw-r--r-- | usr.bin/yacc/yacc.1 | 7 |
9 files changed, 32 insertions, 27 deletions
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index 0991bf89b7d..b5081c54862 100644 --- a/usr.bin/asa/asa.1 +++ b/usr.bin/asa/asa.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asa.1,v 1.16 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: asa.1,v 1.17 2009/02/10 19:24:17 jmc Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt ASA 1 .Os .Sh NAME @@ -95,7 +95,8 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification. +specification, +though its presence is optional. .Pp The .Nm fpr diff --git a/usr.bin/cal/cal.1 b/usr.bin/cal/cal.1 index 1263d453da1..e699b7f33b8 100644 --- a/usr.bin/cal/cal.1 +++ b/usr.bin/cal/cal.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cal.1,v 1.21 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: cal.1,v 1.22 2009/02/10 19:24:17 jmc Exp $ .\" $NetBSD: cal.1,v 1.6 1995/09/02 05:34:20 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)cal.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt CAL 1 .Os .Sh NAME @@ -109,7 +109,7 @@ calendar for that month is a bit unusual. The .Nm utility is compliant with the -.St -p1003.1-2008 +.St -xpg4 specification. .Pp The flags diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index 93342eae73f..b0a8115b3c5 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.1,v 1.41 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: compress.1,v 1.42 2009/02/10 19:24:17 jmc Exp $ .\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)compress.1 8.2 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt COMPRESS 1 .Os .Sh NAME @@ -339,7 +339,7 @@ The and .Nm zcat utilities are compliant with the -.St -p1003.1-2008 +.St -xpg4 specification. .Pp The diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index 2b50e630b64..cd03158c3db 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctags.1,v 1.17 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: ctags.1,v 1.18 2009/02/10 19:24:17 jmc Exp $ .\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ctags.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt CTAGS 1 .Os .Sh NAME @@ -187,7 +187,8 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification. +specification, +though its presence is optional. .Pp The flags .Op Fl BdFtuvw diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1 index d6b81a647ed..bc9ff2df081 100644 --- a/usr.bin/less/less.1 +++ b/usr.bin/less/less.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: less.1,v 1.15 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: less.1,v 1.16 2009/02/10 19:24:17 jmc Exp $ .\" .\" Copyright (C) 2002 Mark Nudelman .\" @@ -23,7 +23,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt LESS 1 .Os .Sh NAME @@ -1662,7 +1662,8 @@ The .Nm more utility is compliant with the .St -p1003.1-2008 -specification. +specification, +though its presence is optional. .Pp The flags .Op Fl aBbCdEFfGghIJjkLMmNOoPQqRrSTUVWwXxyz~# diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 1c595fdff3b..78c56f3c32f 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.83 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: make.1,v 1.84 2009/02/10 19:24:17 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt MAKE 1 .Os .Sh NAME @@ -1327,7 +1327,8 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification. +specification, +though its presence is optional. .Pp The flags .Op Fl BDdIjmPV diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index 941b59d7096..74334e4b465 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strip.1,v 1.9 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: strip.1,v 1.10 2009/02/10 19:24:17 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)strip.1 6.6 (Berkeley) 5/26/91 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt STRIP 1 .Os .Sh NAME @@ -68,7 +68,7 @@ The utility is compliant with the .St -p1003.1-2008 specification, -but its presence is optional. +though its presence is optional. .Pp The flags .Op Fl dx diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index df8da5c651c..95b16743a0f 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: talk.1,v 1.22 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: talk.1,v 1.23 2009/02/10 19:24:17 jmc Exp $ .\" $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)talk.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt TALK 1 .Os .Sh NAME @@ -136,7 +136,7 @@ The utility is compliant with the .St -p1003.1-2008 specification, -but its presence is optional. +though its presence is optional. .Pp The flags .Op Fl Hs diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index bec93482712..97c1f2979cc 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yacc.1,v 1.21 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: yacc.1,v 1.22 2009/02/10 19:24:17 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)yacc.1 5.7 (Berkeley) 7/30/91 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt YACC 1 .Os .Sh NAME @@ -188,7 +188,8 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification. +specification, +though its presence is optional. .Pp The flags .Op Fl or |