From 0d4efc37133820c5571316d0ebdf341270e712a4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 28 Sep 2012 18:42:05 +0200 Subject: doc: correct an old bit of ugliness in nice --help output * src/nice.c (usage): s/Nicenesses/Niceness values/ --- src/nice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nice.c') diff --git a/src/nice.c b/src/nice.c index 7402b9e96..f13be63a4 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\ -- cgit v1.2.3-54-g00ecf