From 159fad8d3af38bf04a1fb2b0eb1ec15548852f43 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 9 Sep 2005 20:46:54 +0000 Subject: [PATCH] Document "niceness" vs "nice value". --- NEWS | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ed91acf..fddba04 100644 --- a/NEWS +++ b/NEWS @@ -103,6 +103,11 @@ GNU coreutils NEWS -*- outline -*- --indicator-style=slash. Use --file-type or --indicator-style=file-type to get -p's old behavior. + nice changes: + + Documentation and diagnostics now refer to "nicenesses" (commonly + in the range -20...19 rather than "nice values" (commonly 0...39). + nohup changes: nohup now ignores the umask when creating nohup.out. @@ -270,15 +275,15 @@ GNU coreutils NEWS -*- outline -*- Fixes for "nice": - If it fails to lower the nice value due to lack of permissions, + If it fails to lower the niceness due to lack of permissions, it goes ahead and runs the command anyway, as POSIX requires. - It no longer incorrectly reports an error if the current nice - value happens to be -1. + It no longer incorrectly reports an error if the current niceness + happens to be -1. - It no longer assumes that nice values range from -20 through 19. + It no longer assumes that nicenesses range from -20 through 19. - It now consistently adjusts out-of-range nice values to the + It now consistently adjusts out-of-range nicenesses to the closest values in range; formerly it sometimes reported an error. pathchk no longer accepts trailing options, e.g., "pathchk -p foo -b" -- 2.7.4