diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:29:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:29:04 +0000 |
commit | c033464f8e45114bf54e0cb34b225445e2227ed2 (patch) | |
tree | 091602dad74d91921856bdbbb69a62051a766abb /usr.bin/nice | |
parent | 1bdb295fcd579a294accd1e9cd5a343c2f4e1d92 (diff) |
document, consistently, those apps which also exist as built-ins
on certain shells; do not try to document changes between the
implementations, but at least warn of their existence;
diff from Ingo Schwarze
Diffstat (limited to 'usr.bin/nice')
-rw-r--r-- | usr.bin/nice/nice.1 | 20 |
1 files changed, 7 insertions, 13 deletions
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. |