]> err.no Git - util-linux/commitdiff
ionice: fix typo in manpage
authorKarel Zak <kzak@redhat.com>
Mon, 2 Feb 2009 10:21:04 +0000 (11:21 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Feb 2009 10:21:04 +0000 (11:21 +0100)
Reported-by: Jakob Unterwurzacher <jakobunt@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/ionice.1

index 7f410c6f124606b1ecead3587bc7c88804f72a00..0cdf664202a2f91a76bf119a64bc3f80521afd74 100644 (file)
@@ -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.