Adding some utilities.

Thanks "Galos, David" <galosd83@students.rowan.edu>!
This commit is contained in:
Christoph Lohmann
2013-05-30 21:29:56 +02:00
parent c9aac796c8
commit 2c162042b1
9 changed files with 131 additions and 14 deletions

18
nice.1 Normal file
View File

@@ -0,0 +1,18 @@
.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)