From: Martin Steigerwald Date: Wed, 20 May 2009 09:33:49 +0000 (+0200) Subject: man page fix to make lintian happy X-Git-Tag: fio-1.26.3~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=639ce0f3dc2f193e86206756c0b8af8f129f6eae man page fix to make lintian happy Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index 10ff4b77..2d6ab957 100644 --- 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.