OSDN Git Service

Correct description of nice levels in help of nice
authorElie De Brauwer <eliedebrauwer@gmail.com>
Fri, 10 Feb 2012 12:36:48 +0000 (13:36 +0100)
committerElie De Brauwer <eliedebrauwer@gmail.com>
Fri, 10 Feb 2012 12:36:48 +0000 (13:36 +0100)
toys/nice.c

index fa059bb..0be7488 100644 (file)
@@ -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.
 */