diff options
Diffstat (limited to 'util/sbase/nice.1')
-rw-r--r-- | util/sbase/nice.1 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/util/sbase/nice.1 b/util/sbase/nice.1 new file mode 100644 index 00000000..18bbe585 --- /dev/null +++ b/util/sbase/nice.1 @@ -0,0 +1,36 @@ +.Dd October 8, 2015 +.Dt NICE 1 +.Os sbase +.Sh NAME +.Nm nice +.Nd run command with altered niceness +.Sh SYNOPSIS +.Nm +.Op Fl n Ar inc +.Ar cmd +.Op Ar arg ... +.Sh DESCRIPTION +.Nm +runs +.Ar cmd +with the current niceness plus +.Ar inc . +A negative niceness is reserved to the superuser. +.Sh OPTIONS +.Bl -tag -width Ds +.It Fl n Ar inc +Change niceness by +.Ar inc , +ranging from +.Sy -20 +(highest priority) +to +.Sy +20 +(lowest priority). +Default is 10. +.El +.Sh SEE ALSO +.Xr nice 2 , +.Xr renice 2 +.Sh STANDARDS +POSIX.1-2013. |