diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/false/false.1 | 11 | ||||
-rw-r--r-- | usr.bin/nice/nice.1 | 20 | ||||
-rw-r--r-- | usr.bin/nohup/nohup.1 | 10 | ||||
-rw-r--r-- | usr.bin/time/time.1 | 16 | ||||
-rw-r--r-- | usr.bin/true/true.1 | 11 | ||||
-rw-r--r-- | usr.bin/which/which.1 | 22 |
6 files changed, 44 insertions, 46 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 9df74308ba1..5c19728eefc 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: false.1,v 1.7 2007/05/31 19:20:09 jmc Exp $ +.\" $OpenBSD: false.1,v 1.8 2009/01/06 23:29:03 jmc Exp $ .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)false.1 6.6 (Berkeley) 7/24/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 6 2009 $ .Dt FALSE 1 .Os .Sh NAME @@ -43,9 +43,12 @@ 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 csh 1 , -.Xr sh 1 , +.Xr ksh 1 , .Xr true 1 .Sh STANDARDS The diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 60805f02ff6..09782c30798 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.1,v 1.15 2007/07/27 13:27:46 jmc Exp $ +.\" $OpenBSD: nice.1,v 1.16 2009/01/06 23:29:03 jmc Exp $ .\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: July 27 2007 $ +.Dd $Mdocdate: January 6 2009 $ .Dt NICE 1 .Os .Sh NAME @@ -64,6 +64,11 @@ 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,14 +109,3 @@ A .Nm utility appeared in .At v6 . -.Sh BUGS -.Nm -is built into -.Xr csh 1 -with a slightly different syntax than described here. -The form -.Ql nice +10 -nices to positive nice, and -.Ql nice \-10 -can be used -by the superuser to give a process more of the processor. diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index 1f937ff36ff..5d3d1a864b6 100644 --- a/usr.bin/nohup/nohup.1 +++ b/usr.bin/nohup/nohup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nohup.1,v 1.12 2007/05/31 19:20:14 jmc Exp $ +.\" $OpenBSD: nohup.1,v 1.13 2009/01/06 23:29:03 jmc Exp $ .\" $NetBSD: nohup.1,v 1.5 1995/08/31 23:35:24 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)nohup.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 6 2009 $ .Dt NOHUP 1 .Os .Sh NAME @@ -81,6 +81,11 @@ 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: @@ -107,6 +112,7 @@ shall be that of User's home directory. .El .Sh SEE ALSO +.Xr csh 1 , .Xr signal 3 .Sh STANDARDS The diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index afd8dca6008..59ae2eca816 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.1,v 1.15 2007/05/31 19:20:17 jmc Exp $ +.\" $OpenBSD: time.1,v 1.16 2009/01/06 23:29:03 jmc Exp $ .\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)time.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 6 2009 $ .Dt TIME 1 .Os .Sh NAME @@ -67,12 +67,12 @@ The output is formatted as specified by .St -p1003.2-92 . .El .Pp -The .Nm -utility exists as a built-in to most shells, -although they may be syntactically different. -The utility described here is available as -.Pa /usr/bin/time . +also exists as a built-in to +.Xr csh 1 +and +.Xr ksh 1 , +though with a different syntax. .Pp The .Nm @@ -103,7 +103,7 @@ shall be that of .El .Sh SEE ALSO .Xr csh 1 , -.Xr sh 1 , +.Xr ksh 1 , .Xr getrusage 2 .Sh STANDARDS The diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index ba2b68f60b5..7145392904e 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: true.1,v 1.8 2007/05/31 19:20:18 jmc Exp $ +.\" $OpenBSD: true.1,v 1.9 2009/01/06 23:29:03 jmc Exp $ .\" .\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)true.1 6.4 (Berkeley) 6/27/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 6 2009 $ .Dt TRUE 1 .Os .Sh NAME @@ -44,10 +44,13 @@ 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 csh 1 , .Xr false 1 , -.Xr sh 1 +.Xr ksh 1 .Sh STANDARDS The .Nm diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index fb92b85b859..4598a3cdd3b 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.16 2007/08/14 17:41:10 sobrado Exp $ +.\" $OpenBSD: which.1,v 1.17 2009/01/06 23:29:03 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)which.1 6.3 (Berkeley) 4/23/91 .\" -.Dd $Mdocdate: August 14 2007 $ +.Dd $Mdocdate: January 6 2009 $ .Dt WHICH 1 .Os .Sh NAME @@ -51,6 +51,11 @@ 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: @@ -85,7 +90,6 @@ name was not found in the path. .Xr csh 1 , .Xr find 1 , .Xr locate 1 , -.Xr sh 1 , .Xr whereis 1 , .Xr environ 7 .Sh HISTORY @@ -93,15 +97,3 @@ A .Nm command appeared in .Bx 3.0 . -.Sh CAVEATS -The -.Nm -command formerly was a -.Xr csh 1 -script and could expand aliases. -.Xr csh 1 -now has a built-in -.Nm -command so this version is intended for use -with other shells like -.Xr sh 1 . |