Penguin
Annotated edit history of nice(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 NICE
2 !!!NICE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 nice - run a program with modified scheduling priority
15 !!SYNOPSIS
16
17
18 __nice__ [[''OPTION''] [[''COMMAND''
19 [[''ARG'']...]
20 !!DESCRIPTION
21
22
23 Run COMMAND with an adjusted scheduling priority. With no
24 COMMAND, print the current scheduling priority. ADJUST is 10
25 by default. Range goes from __-20__ (highest priority) to
26 19 (lowest).
27
28
29 __-ADJUST__
30
31
32 increment priority by ADJUST first
33
34
35 __-n__, __--adjustment__=''ADJUST''
36
37
38 same as __-ADJUST__
39
40
41 __--help__
42
43
44 display this help and exit
45
46
47 __--version__
48
49
50 output version information and exit
51 !!AUTHOR
52
53
2 perry 54 Written by David !MacKenzie.
1 perry 55 !!REPORTING BUGS
56
57
58 Report bugs to
59 !!COPYRIGHT
60
61
62 Copyright 2000 Free Software Foundation, Inc.
63 This is free software; see the source for copying
64 conditions. There is NO warranty; not even for
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR
66 PURPOSE.
67 !!SEE ALSO
68
69
70 The full documentation for __nice__ is maintained as a
71 Texinfo manual. If the __info__ and __nice__ programs
72 are properly installed at your site, the
73 command
74
75
76 __info nice__
77
78
79 should give you access to the complete manual.
80 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.