diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 17:59:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 17:59:41 +0000 |
commit | b5f82c54b245b63d31d1c7fb456d759fe6f4271d (patch) | |
tree | 348bd457ea994a9574e5a49e8fed82d8ac18f215 /usr.bin | |
parent | 2ff1e8275d4f73445fd38ed3b6ae0767fd684746 (diff) |
- note some apps which are xpg4, not posix
- note that some apps are optional to posix
after some discussion w/ otto
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ipcrm/ipcrm.1 | 8 | ||||
-rw-r--r-- | usr.bin/ipcs/ipcs.1 | 12 | ||||
-rw-r--r-- | usr.bin/patch/patch.1 | 15 | ||||
-rw-r--r-- | usr.bin/renice/renice.8 | 13 | ||||
-rw-r--r-- | usr.bin/strip/strip.1 | 13 | ||||
-rw-r--r-- | usr.bin/talk/talk.1 | 13 | ||||
-rw-r--r-- | usr.bin/tput/tput.1 | 13 | ||||
-rw-r--r-- | usr.bin/tsort/tsort.1 | 8 | ||||
-rw-r--r-- | usr.bin/what/what.1 | 4 | ||||
-rw-r--r-- | usr.bin/write/write.1 | 9 |
10 files changed, 95 insertions, 13 deletions
diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 21aea2aa3e3..17a295dc416 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcrm.1,v 1.11 2005/02/22 14:56:21 jmc Exp $ +.\" $OpenBSD: ipcrm.1,v 1.12 2007/05/31 17:59:39 jmc Exp $ .\" .\" Copyright (c) 1994 Adam Glass .\" All rights reserved. @@ -84,3 +84,9 @@ determined by using .Xr ipcs 1 . .Sh SEE ALSO .Xr ipcs 1 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -xpg4 +specification. diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 7723788fd9e..da428d0eebf 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcs.1,v 1.17 2005/02/22 14:47:45 jmc Exp $ +.\" $OpenBSD: ipcs.1,v 1.18 2007/05/31 17:59:39 jmc Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -128,6 +128,16 @@ is running; the output of is not guaranteed to be consistent. .Sh SEE ALSO .Xr ipcrm 1 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -xpg4 +specification. +.Pp +The flags +.Op Fl CMNQST +are extensions to that specification. .Sh AUTHORS .An Thorsten Lockert Aq tholo@sigmasoft.com .Sh BUGS diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index feba068130c..537e09d5640 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.18 2007/04/18 21:52:24 sobrado Exp $ +.\" $OpenBSD: patch.1,v 1.19 2007/05/31 17:59:39 jmc Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -631,6 +631,19 @@ When applying a set of patches in a loop it behooves you to check this exit status so you don't apply a later patch to a partially patched file. .Sh SEE ALSO .Xr diff 1 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification, +but its presence is optional. +.Pp +The flags +.Op Fl CEfstuvBFVxz +and +.Op Fl -posix +are extensions to that specification. .Sh AUTHORS .An Larry Wall with many other contributors. diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index b1ee8ea4b4e..ea47ddc801f 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: renice.8,v 1.15 2007/03/16 16:36:06 jmc Exp $ +.\" $OpenBSD: renice.8,v 1.16 2007/05/31 17:59:40 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -118,6 +118,17 @@ and all processes owned by users daemon and root: .Xr nice 1 , .Xr getpriority 2 , .Xr setpriority 2 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification, +but its presence is optional. +.Pp +The arguments to flags +.Op Fl gpu +are extensions to that specification. .Sh HISTORY The .Nm diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index f98a14b887d..d8d1afad742 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strip.1,v 1.5 2003/06/03 02:56:17 millert Exp $ +.\" $OpenBSD: strip.1,v 1.6 2007/05/31 17:59:40 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -63,6 +63,17 @@ exits 0 on success or 1 if an error occurred. .Xr cc 1 , .Xr ld 1 , .Xr stab 5 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification, +but its presence is optional. +.Pp +The flags +.Op Fl dx +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index a705723037a..db40d1eda65 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: talk.1,v 1.19 2004/08/04 23:06:34 jmc Exp $ +.\" $OpenBSD: talk.1,v 1.20 2007/05/31 17:59:40 jmc Exp $ .\" $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -130,6 +130,17 @@ to find the recipient's tty .Xr who 1 , .Xr write 1 , .Xr talkd 8 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification, +but its presence is optional. +.Pp +The flags +.Op Fl Hs +are extensions to that specification. .Sh HISTORY The .Nm diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index fd6fd73134e..bd48db0456b 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tput.1,v 1.14 2007/03/15 23:14:37 jmc Exp $ +.\" $OpenBSD: tput.1,v 1.15 2007/05/31 17:59:40 jmc Exp $ .\" $NetBSD: tput.1,v 1.4 1994/12/07 08:49:10 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -148,6 +148,17 @@ exits with a value of 0 if the terminal has this attribute or .Sh SEE ALSO .Xr terminfo 3 , .Xr terminfo 5 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification, +but its presence is optional. +.Pp +The flag +.Op Fl S +is an extension to that specification. .Sh HISTORY The .Nm diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 1de80abc4d5..e8818f5fc81 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsort.1,v 1.17 2006/08/06 06:13:26 jmc Exp $ +.\" $OpenBSD: tsort.1,v 1.18 2007/05/31 17:59:40 jmc Exp $ .\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -147,10 +147,12 @@ accomplishes the same task in a dynamic way. The .Nm utility is compliant with the -.St -p1003.1-2004 +.St -xpg4 specification. .Pp -All options are extensions to that specification. +The flags +.Op Fl fhlqrvw +are extensions to that specification. .Sh HISTORY A .Nm diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index acf817ba39d..ff8d9d651a5 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: what.1,v 1.11 2007/05/30 04:41:34 jmc Exp $ +.\" $OpenBSD: what.1,v 1.12 2007/05/31 17:59:40 jmc Exp $ .\" $NetBSD: what.1,v 1.3 1994/11/17 06:59:38 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -70,7 +70,7 @@ or with a return value of 1 otherwise. The .Nm utility is compliant with the -.St -p1003.1-2004 +.St -xpg4 specification. .Sh HISTORY The diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 34bcd4ceb19..3ee4f6435ea 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.1,v 1.9 2003/06/03 02:56:24 millert Exp $ +.\" $OpenBSD: write.1,v 1.10 2007/05/31 17:59:40 jmc Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -98,6 +98,13 @@ over. .Xr mesg 1 , .Xr talk 1 , .Xr who 1 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification, +but its presence is optional. .Sh HISTORY A .Nm |