man page fix to make lintian happy
authorMartin Steigerwald <ms@teamix.de>
Wed, 20 May 2009 09:33:49 +0000 (11:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 20 May 2009 09:33:49 +0000 (11:33 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.1

diff --git a/fio.1 b/fio.1
index 10ff4b776a10c58d5692f6ea175296b1d7482fed..2d6ab9576a97a1a9e91f04a21d7ebd05643c0465 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -197,8 +197,8 @@ If set, any size in \fBblocksize_range\fR may be used.  This typically won't
 work with direct I/O, as that normally requires sector alignment.
 .TP
 .BI blockalign \fR=\fPint[,int] "\fR,\fB ba" \fR=\fPint[,int]
-At what boundary to align random IO offsets. Defaults to the same as
-'blocksize' the minimum blocksize given.  Minimum alignment is typically 512b
+At what boundary to align random IO offsets. Defaults to the same as 'blocksize'
+the minimum blocksize given.  Minimum alignment is typically 512b
 for using direct IO, though it usually depends on the hardware block size.
 This option is mutually exclusive with using a random map for files, so it
 will turn off that option.