Fix a typo in fio.1
authorZhu Yanhai <gaoyang.zyh@taobao.com>
Mon, 8 Aug 2011 07:06:27 +0000 (09:06 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 8 Aug 2011 07:06:27 +0000 (09:06 +0200)
softrandommap requires an bool argument actually.

Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fio.1

diff --git a/fio.1 b/fio.1
index 65877d2001b5ab8d743e524699a33cacf6ff7f5e..144a4ac75f354cea3bb0995b00d37ec22fd6bcd4 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -512,7 +512,7 @@ Normally \fBfio\fR will cover every block of the file when doing random I/O. If
 this parameter is given, a new offset will be chosen without looking at past
 I/O history.  This parameter is mutually exclusive with \fBverify\fR.
 .TP
 this parameter is given, a new offset will be chosen without looking at past
 I/O history.  This parameter is mutually exclusive with \fBverify\fR.
 .TP
-.B softrandommap
+.B softrandommap \fR=\fPbool
 See \fBnorandommap\fR. If fio runs with the random block map enabled and it
 fails to allocate the map, if this option is set it will continue without a
 random block map. As coverage will not be as complete as with random maps, this
 See \fBnorandommap\fR. If fio runs with the random block map enabled and it
 fails to allocate the map, if this option is set it will continue without a
 random block map. As coverage will not be as complete as with random maps, this