From: Jim Meyering Date: Fri, 28 Sep 2012 16:42:05 +0000 (+0200) Subject: doc: correct an old bit of ugliness in nice --help output X-Git-Tag: v8.20~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d4efc37133820c5571316d0ebdf341270e712a4;p=thirdparty%2Fcoreutils.git doc: correct an old bit of ugliness in nice --help output * src/nice.c (usage): s/Nicenesses/Niceness values/ --- diff --git a/src/nice.c b/src/nice.c index 7402b9e966..f13be63a4d 100644 --- a/src/nice.c +++ b/src/nice.c @@ -72,7 +72,7 @@ usage (int status) printf (_("Usage: %s [OPTION] [COMMAND [ARG]...]\n"), program_name); printf (_("\ Run COMMAND with an adjusted niceness, which affects process scheduling.\n\ -With no COMMAND, print the current niceness. Nicenesses range from\n\ +With no COMMAND, print the current niceness. Niceness values range from\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\