sbase/nice.1
Christoph Lohmann 2c162042b1 Adding some utilities.
Thanks "Galos, David" <galosd83@students.rowan.edu>!
2013-05-30 21:29:56 +02:00

19 lines
340 B
Groff

.TH NICE 1 sbase\-VERSION
.SH NAME
nice \- invoke a utility with an altered nice value
.SH SYNOPSIS
.B nice
.RB [ \-n inc ]
.I command
.RI [ options ...]
.SH DESCRIPTION
.B nice
invokes
.IR command
with a nice value equal to the current nice value plus
.IR inc,
which defaults to 10 if unspecified.
.SH SEE ALSO
.IR renice (1) nice (2)