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>
This commit is contained in:
Bill Fumerola 1999-06-25 20:54:33 +00:00
parent 084d5338d6
commit 6f955dc9b6
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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.