summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-09-29 14:56:13 +0200
committerJim Meyering <meyering@redhat.com>2012-09-29 14:56:13 +0200
commit6072039fa48b4673f3591cea88a3188b16836a8e (patch)
tree59636e3bf76c15a1e9aaafd93420afbd04b19bba /doc
parent0d4efc37133820c5571316d0ebdf341270e712a4 (diff)
downloadcoreutils-6072039fa48b4673f3591cea88a3188b16836a8e.tar.xz
doc: same correction, but now in texinfo documentation
* doc/coreutils.texi (nice invocation): s/nicenesses/niceness values/
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index d5d72208a..63ad22b6b 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -15608,7 +15608,7 @@ Niceness values range at least from @minus{}20 (process has high priority
and gets more resources, thus slowing down other processes) through 19
(process has lower priority and runs slowly itself, but has less impact
on the speed of other running processes). Some systems
-may have a wider range of nicenesses; conversely, other systems may
+may have a wider range of niceness values; conversely, other systems may
enforce more restrictive limits. An attempt to set the niceness
outside the supported range is treated as an attempt to use the
minimum or maximum supported value.