diff options
author | Elie De Brauwer <eliedebrauwer@gmail.com> | 2012-02-10 13:36:48 +0100 |
---|---|---|
committer | Elie De Brauwer <eliedebrauwer@gmail.com> | 2012-02-10 13:36:48 +0100 |
commit | dc44e709bdb678c20d2b579f77662934f0a2c533 (patch) | |
tree | fb5f4b15caf3765694e69604e6ba0a2902e23b91 | |
parent | 0d3961f2d3cfe3eeecdd4ffb5e601b5058537570 (diff) | |
download | toybox-dc44e709bdb678c20d2b579f77662934f0a2c533.tar.gz |
Correct description of nice levels in help of nice
-rw-r--r-- | toys/nice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/nice.c b/toys/nice.c index fa059bbd..0be74886 100644 --- a/toys/nice.c +++ b/toys/nice.c @@ -16,8 +16,8 @@ config NICE Run a command line at an increased or decreased scheduling priority. - Higher numbers make a program yield more CPU time, from 20 (lowest - priority) to -19 (highest). By default processes inherit their parent's + Higher numbers make a program yield more CPU time, from -20 (highest + priority) to 19 (lowest). By default processes inherit their parent's niceness (usually 0). By default this command adds 10 to the parent's priority. Only root can set a negative niceness level. */ |