From b212af43015205d0746148f03fc477d57383330b Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Fri, 28 Sep 2012 17:13:57 +0100 Subject: [PATCH] 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 --- THANKS.in | 1 + src/nice.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS.in b/THANKS.in index 0f06aa09aa..504daf3abb 100644 --- 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 diff --git a/src/nice.c b/src/nice.c index 1a90320ee4..7402b9e966 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\ "), -- 2.47.2