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 | |
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.
-rw-r--r-- | bin/echo/echo.1 | 16 | ||||
-rw-r--r-- | bin/kill/kill.1 | 16 | ||||
-rw-r--r-- | bin/pwd/pwd.1 | 12 | ||||
-rw-r--r-- | bin/test/test.1 | 12 | ||||
-rw-r--r-- | sbin/mknod/mknod.8 | 11 | ||||
-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 |
11 files changed, 71 insertions, 69 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index 0f9ee059215..1d85b79b22b 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: echo.1,v 1.17 2009/01/06 23:29:02 jmc Exp $ +.\" $OpenBSD: echo.1,v 1.18 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -60,13 +60,6 @@ The options are as follows: Do not print the trailing newline character. .El .Pp -.Nm -also exists as a built-in to -.Xr csh 1 -and -.Xr ksh 1 , -though with a different syntax. -.Pp .Ex -std echo .Sh SEE ALSO .Xr csh 1 , @@ -82,3 +75,10 @@ specification. The flag .Op Fl n 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. diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index 71e3fc41882..20389e0ab88 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.32 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: kill.1,v 1.33 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -130,13 +130,6 @@ A signal number of 0 .Pq Li kill \-0 pid checks the validity of a certain PID, to see if it exists. An exit code of 0 means that the specified process exists. -.Pp -.Nm -also exists as a built-in to -.Xr csh 1 -and -.Xr ksh 1 , -though with a different syntax. .Sh EXAMPLES Forcibly terminate process ID 1234: .Pp @@ -161,6 +154,13 @@ The utility is compliant with the .St -p1003.1-2004 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/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index a8bb142590f..89f90d0a17d 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.16 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: pwd.1,v 1.17 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -50,11 +50,6 @@ For an explanation of the directory hierarchy, see .Xr hier 7 . .Pp -.Nm -also exists as a built-in to -.Xr ksh 1 , -though with a different syntax. -.Pp .Ex -std pwd .Sh SEE ALSO .Xr ksh 1 , @@ -66,6 +61,11 @@ The utility is compliant with the .St -p1003.1-2004 specification. +.Pp +.Nm +also exists as a built-in to +.Xr ksh 1 , +though with a different syntax. .Sh BUGS In .Xr csh 1 , diff --git a/bin/test/test.1 b/bin/test/test.1 index e07b20ecc85..0edc9ba4f34 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.24 2009/01/06 23:43:08 jmc Exp $ +.\" $OpenBSD: test.1,v 1.25 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -291,11 +291,6 @@ True if .Ar expression is true. .El -.Pp -.Nm -also exists as a built-in to -.Xr ksh 1 , -though with a different syntax. .Sh GRAMMAR AMBIGUITY The .Nm @@ -341,3 +336,8 @@ The primaries and .Cm \*(Gt are extensions to that specification. +.Pp +.Nm +also exists as a built-in to +.Xr ksh 1 , +though with a different syntax. diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index d7b92884bb5..76d8a25837f 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mknod.8,v 1.15 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: mknod.8,v 1.16 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: mknod.8,v 1.9 1995/08/10 23:47:32 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -115,10 +115,6 @@ indicates a hexadecimal number, and a leading .Dq 0 will cause the number to be interpreted as octal. .El -.Pp -.Nm -also exists as a built-in to -.Xr ksh 1 . .Sh SEE ALSO .Xr chmod 1 , .Xr ksh 1 , @@ -126,6 +122,11 @@ also exists as a built-in to .Xr mkfifo 2 , .Xr mknod 2 , .Xr MAKEDEV 8 +.Sh STANDARDS +.Pp +.Nm +also exists as a built-in to +.Xr ksh 1 . .Sh HISTORY A .Nm 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 |