From 3b7fa9eccf4f172fa152b6ae70fdad78fab49ab0 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 26 Apr 2012 19:39:47 +0200 Subject: [PATCH] Fix man page type "one" -> "done". Reported-by: Roger Sibert Signed-off-by: Jens Axboe --- fio.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fio.1 b/fio.1 index 969c4a14..352c2ca1 100644 --- a/fio.1 +++ b/fio.1 @@ -204,7 +204,7 @@ Mixed random reads and writes. .P For mixed I/O, the default split is 50/50. For certain types of io the result may still be skewed a bit, since the speed may be different. It is possible to -specify a number of IO's to do before getting a new offset, this is one by +specify a number of IO's to do before getting a new offset, this is done by appending a `:\fI\fR to the end of the string given. For a random read, it would look like \fBrw=randread:8\fR for passing in an offset modifier with a value of 8. If the postfix is used with a sequential IO pattern, then the value -- 2.25.1