]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Aug 2006 15:08:53 +0000 (15:08 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Aug 2006 15:08:53 +0000 (15:08 +0000)
man2/ioprio_set.2

index 6e6d2e7a9aaea74d417afc4d98199835177bc816..1a09596413403bd43699883eb4232334d78b6710 100644 (file)
@@ -215,7 +215,7 @@ in use for the device
 in the example).
 Setting another scheduler is done by writing the name of the
 new scheduler to this file.
-For example, the following command will set the set the
+For example, the following command will set the
 scheduler for the
 .I hda
 device to
@@ -266,7 +266,8 @@ Priority levels range from 0 (highest) to 7 (lowest).
 This is the idle scheduling class.
 Processes running at this level only get I/O
 time when no one else needs the disk. The idle class has no class
-data. Attention is required when assigning this priority class process,
+data. 
+Attention is required when assigning this priority class to a process,
 since it may become starved if higher priority processes are
 constantly accessing the disk.
 .PP