diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
commit | 4d7169faddcbb9191d6921755ec0f97468b0bf7b (patch) | |
tree | aa07398e935bb07c275f2766f8a1f6e8b2c66bc6 /usr.bin | |
parent | c475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (diff) |
i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section
which we merged with STANDARDS, so i think this is appropriate. it
certainly feels better than adding single sentences randomly to the
end of text bodies.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/false/false.1 | 10 | ||||
-rw-r--r-- | usr.bin/nice/nice.1 | 12 | ||||
-rw-r--r-- | usr.bin/nohup/nohup.1 | 12 | ||||
-rw-r--r-- | usr.bin/time/time.1 | 16 | ||||
-rw-r--r-- | usr.bin/true/true.1 | 10 | ||||
-rw-r--r-- | usr.bin/which/which.1 | 13 |
6 files changed, 37 insertions, 36 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 5c19728eefc..a7a1ccec81b 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: false.1,v 1.8 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: false.1,v 1.9 2009/01/06 23:56:18 jmc Exp $ .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -43,10 +43,6 @@ The .Nm utility always exits with a non-zero exit code. -.Pp -.Nm -also exists as a built-in to -.Xr ksh 1 . .Sh SEE ALSO .Xr ksh 1 , .Xr true 1 @@ -56,3 +52,7 @@ The utility is compliant with the .St -p1003.1-2004 specification. +.Pp +.Nm +also exists as a built-in to +.Xr ksh 1 . diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 09782c30798..57f14e93aa6 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.1,v 1.16 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: nice.1,v 1.17 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -64,11 +64,6 @@ priority of .Ar utility . .El .Pp -.Nm -also exists as a built-in to -.Xr csh 1 , -though with a different syntax. -.Pp The .Nm utility shall exit with one of the following values: @@ -104,6 +99,11 @@ specification. The historic .Fl Ns Ar increment option has been deprecated but is still supported in this implementation. +.Pp +.Nm +also exists as a built-in to +.Xr csh 1 , +though with a different syntax. .Sh HISTORY A .Nm diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index 5d3d1a864b6..2efeec6c804 100644 --- a/usr.bin/nohup/nohup.1 +++ b/usr.bin/nohup/nohup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nohup.1,v 1.13 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: nohup.1,v 1.14 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: nohup.1,v 1.5 1995/08/31 23:35:24 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -81,11 +81,6 @@ will exit without invoking .Ar utility , with an exit value as described below. .Pp -.Nm -also exists as a built-in to -.Xr csh 1 , -though with a different syntax. -.Pp The .Nm nohup command shall exit with one of the following values: @@ -120,3 +115,8 @@ The utility is compliant with the .St -p1003.1-2004 specification. +.Pp +.Nm +also exists as a built-in to +.Xr csh 1 , +though with a different syntax. diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 59ae2eca816..92559237c13 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.1,v 1.16 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: time.1,v 1.17 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -67,13 +67,6 @@ The output is formatted as specified by .St -p1003.2-92 . .El .Pp -.Nm -also exists as a built-in to -.Xr csh 1 -and -.Xr ksh 1 , -though with a different syntax. -.Pp The .Nm utility shall exit with one of the following values: @@ -115,6 +108,13 @@ specification. The flag .Op Fl l is an extension to that specification. +.Pp +.Nm +also exists as a built-in to +.Xr csh 1 +and +.Xr ksh 1 , +though with a different syntax. .Sh HISTORY A .Nm diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 7145392904e..057117c7716 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: true.1,v 1.9 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: true.1,v 1.10 2009/01/06 23:56:18 jmc Exp $ .\" .\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California. .\" All rights reserved. @@ -44,10 +44,6 @@ The .Nm utility always returns with exit code 0. -.Pp -.Nm -also exists as a built-in to -.Xr ksh 1 . .Sh SEE ALSO .Xr false 1 , .Xr ksh 1 @@ -57,3 +53,7 @@ The utility is compliant with the .St -p1003.1-2004 specification. +.Pp +.Nm +also exists as a built-in to +.Xr ksh 1 . diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 4598a3cdd3b..e006bae7f88 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.17 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: which.1,v 1.18 2009/01/06 23:56:18 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -51,11 +51,6 @@ flag is given, .Nm will return a list of all matches instead of just the first match. .Pp -.Nm -also exists as a built-in to -.Xr csh 1 , -though with a different syntax. -.Pp The .Nm utility exits with one of the following values: @@ -92,6 +87,12 @@ name was not found in the path. .Xr locate 1 , .Xr whereis 1 , .Xr environ 7 +.Sh STANDARDS +.Pp +.Nm +also exists as a built-in to +.Xr csh 1 , +though with a different syntax. .Sh HISTORY A .Nm |