]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - schedutils/ionice.1
Manual pages: order NOTES / HISTORY / BUGS / EXAMPLE consistently
[thirdparty/util-linux.git] / schedutils / ionice.1
index 1b075d3e341849ddfd1bc150f976d06f0143ff7e..415def55af7da6115fcc6e038aab12d76a411647 100644 (file)
@@ -113,23 +113,23 @@ scheduling parameters.
 .TP
 .BR \-V , " \-\-version"
 Display version information and exit.
-.SH EXAMPLES
+.SH NOTES
+Linux supports I/O scheduling priorities and classes since 2.6.13 with the CFQ
+I/O scheduler.
+.SH EXAMPLE
 .LP
 .TP 7
-# \fBionice\fP -c 3 -p 89
+# \fBionice\fP \-c 3 \-p 89
 .TP 7
 Sets process with PID 89 as an idle I/O process.
 .TP 7
-# \fBionice\fP -c 2 -n 0 bash
+# \fBionice\fP \-c 2 \-n 0 bash
 .TP 7
 Runs 'bash' as a best-effort program with highest priority.
 .TP 7
-# \fBionice\fP -p 89 91
+# \fBionice\fP \-p 89 91
 .TP 7
 Prints the class and priority of the processes with PID 89 and 91.
-.SH NOTES
-Linux supports I/O scheduling priorities and classes since 2.6.13 with the CFQ
-I/O scheduler.
 .SH AUTHORS
 .nf
 Jens Axboe <jens@axboe.dk>