diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-09-28 17:13:57 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-09-28 17:26:41 +0100 |
commit | b212af43015205d0746148f03fc477d57383330b (patch) | |
tree | 194f263fb870c02aa86c5b6bb4f2f3023178954e /src | |
parent | 24ebca61a3a0f10d6cd2800b188b3c034d1c4755 (diff) | |
download | coreutils-b212af43015205d0746148f03fc477d57383330b.tar.xz |
doc: disambiguate the niceness explanation in nice --help
* src/nice.c (usage): Specify the entity (process) that
that relative terms are referring to.
* THANKS: Update.
Reported-by: David Diggles
Diffstat (limited to 'src')
-rw-r--r-- | src/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nice.c b/src/nice.c index 1a90320ee..7402b9e96 100644 --- a/src/nice.c +++ b/src/nice.c @@ -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\ "), |