Classical Unix guaranteed that nice +19 would not compete with base priority

process execution. As this is true once again: say so.
This commit is contained in:
ross 1999-08-20 20:03:21 +00:00
parent 2dfc8c4533
commit cf4d2683a8
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: nice.1,v 1.8 1997/10/19 06:28:02 lukem Exp $ .\" $NetBSD: nice.1,v 1.9 1999/08/20 20:03:21 ross Exp $
.\" .\"
.\" Copyright (c) 1980, 1990, 1993 .\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -57,7 +57,9 @@ The super-user can run utilities with priorities higher than normal by using
a negative a negative
.Ar increment . .Ar increment .
The priority can be adjusted over a The priority can be adjusted over a
range of -20 (the highest) to 20 (the lowest). range of -20 (the highest) to 20 (the lowest). A priority of 19 or 20
will prevent a process from taking any cycles from others at nice 0 or
better.
.Pp .Pp
Available options: Available options:
.Bl -tag -width indent .Bl -tag -width indent