summaryrefslogtreecommitdiffstats
path: root/schedutils/ionice.1
diff options
context:
space:
mode:
authorKarel Zak2009-02-02 11:21:04 +0100
committerKarel Zak2009-02-02 11:21:04 +0100
commit97fd43f5d30eac2524cda508ed6b247f140e45ad (patch)
treec9900ea1f455277b7c968bd7911c08c412391dfa /schedutils/ionice.1
parentmount: fix typo in volume_id code (diff)
downloadkernel-qcow2-util-linux-97fd43f5d30eac2524cda508ed6b247f140e45ad.tar.gz
kernel-qcow2-util-linux-97fd43f5d30eac2524cda508ed6b247f140e45ad.tar.xz
kernel-qcow2-util-linux-97fd43f5d30eac2524cda508ed6b247f140e45ad.zip
ionice: fix typo in manpage
Reported-by: Jakob Unterwurzacher <jakobunt@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils/ionice.1')
-rw-r--r--schedutils/ionice.14
1 files changed, 2 insertions, 2 deletions
diff --git a/schedutils/ionice.1 b/schedutils/ionice.1
index 7f410c6f1..0cdf66420 100644
--- a/schedutils/ionice.1
+++ b/schedutils/ionice.1
@@ -27,8 +27,8 @@ This class takes a priority argument from \fI0-7\fR, with lower
number being higher priority. Programs running at the same best effort
priority are served in a round-robin fashion.
-The processes that has not asked for io priority formally use "\fBnone\fP" as a
-scheduling class, but the io scheduler will treat such processes as if they
+A process that has not asked for an io priority formally uses "\fBnone\fP" as
+scheduling class, but the io scheduler will treat such processes as if it
were in the best effort class. The priority within the best effort class will
be dynamically derived from the cpu nice level of the process: io_priority =
(cpu_nice + 20) / 5.