blob: a4fe2bae9614054713126d4e8f8839297976cbdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
.pa 1
.he 'NICE (II)'3/15/72'NICE (II)'
.ti 0
NAME nice -- set program in low priority
.sp
.ti 0
SYNOPSIS sys nice / nice = 34.
.sp
.ti 0
DESCRIPTION The
currently executing process is set into
the lowest priority execution queue.
Background jobs that execute a very long
time should do this.
Once done,
there is no way to restore
a process to normal
priority.
.sp
.ti 0
SEE ALSO formerly known as "hog"
.sp
.ti 0
DIAGNOSTICS --
.sp
.ti 0
BUGS --
|