From b212af43015205d0746148f03fc477d57383330b Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 28 Sep 2012 17:13:57 +0100 Subject: 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 --- src/nice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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\ "), -- cgit v1.2.3-54-g00ecf