From 6f955dc9b684c62024c680bb0d9e3ea0c7bc9349 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Fri, 25 Jun 1999 20:54:33 +0000 Subject: [PATCH] Make a reference to rtprio, which will definatly be of interest to someone looking at this page. Requested By: Keith Stevenson --- usr.bin/nice/nice.1 | 5 +++-- 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 c54163b8df57..a00c8b75c8f2 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 5a260a8dbd05..42c80d097e74 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.