Update man page
authorSitsofe Wheeler <sitsofe@yahoo.com>
Fri, 27 Sep 2013 12:17:59 +0000 (13:17 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 30 Sep 2013 10:48:22 +0000 (11:48 +0100)
Fix verifysort typo, broken formatting after roundrobin and tidy up some
grammar.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
fio.1

diff --git a/fio.1 b/fio.1
index 07e4a62253aee711c8a255d521aa020ef75d7143..34669665bfdbe59fbd00c22fbeb9dbdcfc4d13e5 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -271,7 +271,7 @@ new offset.
 .BI kb_base \fR=\fPint
 The base unit for a kilobyte. The defacto base is 2^10, 1024.  Storage
 manufacturers like to use 10^3 or 1000 as a base ten unit instead, for obvious
-reasons. Allow values are 1024 or 1000, with 1024 being the default.
+reasons. Allowed values are 1024 or 1000, with 1024 being the default.
 .TP
 .BI unified_rw_reporting \fR=\fPbool
 Fio normally reports statistics on a per data direction basis, meaning that
@@ -427,10 +427,11 @@ Defines how files to service are selected.  The following types are defined:
 .RS
 .TP
 .B random
-Choose a file at random
+Choose a file at random.
 .TP
 .B roundrobin
 Round robin over open files (default).
+.TP
 .B sequential
 Do each file in the set sequentially.
 .RE
@@ -921,7 +922,7 @@ written file. If the data direction includes any form of write, the verify will
 be of the newly written data.
 .RE
 .TP
-.BI verify_sort \fR=\fPbool
+.BI verifysort \fR=\fPbool
 If true, written verify blocks are sorted if \fBfio\fR deems it to be faster to
 read them back in a sorted manner.  Default: true.
 .TP