diff options
author | billf <billf@FreeBSD.org> | 1999-06-25 20:54:33 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-25 20:54:33 +0000 |
commit | 9409c1b0e245abd218ec0f82bd3eb7f2adff8173 (patch) | |
tree | 9b0611aea4235a0f7848b414032cb7a1ee83c8eb /usr.bin | |
parent | cf426c27d175a1b4e65b4e8530d00a0faff8483a (diff) | |
download | FreeBSD-src-9409c1b0e245abd218ec0f82bd3eb7f2adff8173.zip FreeBSD-src-9409c1b0e245abd218ec0f82bd3eb7f2adff8173.tar.gz |
Make a reference to rtprio, which will definatly be of interest to someone
looking at this page.
Requested By: Keith Stevenson <k.stevenson@louisville.edu>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/nice/nice.1 | 5 | ||||
-rw-r--r-- | usr.bin/renice/renice.8 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index c54163b..a00c8b7 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nice.1,v 1.6 1997/07/21 23:05:06 wosch Exp $ +.\" $Id: nice.1,v 1.7 1998/03/23 07:45:40 charnier Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 @@ -93,7 +93,8 @@ shell is 0 and you are the super-user. .Xr idprio 1 , .Xr getpriority 2 , .Xr setpriority 2 , -.Xr renice 8 +.Xr renice 8 , +.Xr rtprio 1 .Sh HISTORY A .Nm diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 5a260a8..42c80d0 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -119,8 +119,10 @@ anything negative (to make things go very fast). to map user names to user ID's .El .Sh SEE ALSO +.Xr nice 1 , .Xr getpriority 2 , -.Xr setpriority 2 +.Xr setpriority 2 , +.Xr rtprio 1 .Sh BUGS Non super-users can not increase scheduling priorities of their own processes, even if they were the ones that decreased the priorities in the first place. |