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/renice | |
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/renice')
-rw-r--r-- | usr.bin/renice/renice.8 | 4 |
1 files changed, 3 insertions, 1 deletions
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. |