]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: disambiguate the niceness explanation in nice --help
authorPádraig Brady <P@draigBrady.com>
Fri, 28 Sep 2012 16:13:57 +0000 (17:13 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 28 Sep 2012 16:26:41 +0000 (17:26 +0100)
* src/nice.c (usage): Specify the entity (process) that
that relative terms are referring to.
* THANKS: Update.
Reported-by: David Diggles
THANKS.in
src/nice.c

index 0f06aa09aa7052a418093343bd1e7a37a0aa8ecf..504daf3abb92e678754362b75b1fb0609fdbd058 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -146,6 +146,7 @@ Darrel Francis                      d.francis@cheerful.com
 Darren Salt                         ds@youmustbejoking.demon.co.uk
 Dave Beckett                        dajobe@dajobe.org
 David Alan Gilbert                  gilbertd@treblig.org
+David Diggles                       david.diggles@dnrm.qld.gov.au
 David Dyck                          dcd@tc.fluke.COM
 David Eisner                        cradle@umd.edu
 David Flynn                         dav@chess.plus.com
index 1a90320ee408fb0b9a502f58394d5a628a7da30c..7402b9e966f6d8904ec2845da4cba8ae18f09c5a 100644 (file)
@@ -73,7 +73,7 @@ usage (int status)
       printf (_("\
 Run COMMAND with an adjusted niceness, which affects process scheduling.\n\
 With no COMMAND, print the current niceness.  Nicenesses range from\n\
-%d (most favorable scheduling) to %d (least favorable).\n\
+%d (most favorable to the process) to %d (least favorable to the process).\n\
 \n\
   -n, --adjustment=N   add integer N to the niceness (default 10)\n\
 "),