Remove deprecated rwmixcycle option from the man page
authorJens Axboe <axboe@kernel.dk>
Wed, 2 May 2012 11:59:09 +0000 (13:59 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 May 2012 11:59:09 +0000 (13:59 +0200)
It has no effect, remove it.

Suggested-by: Roger Sibert <Roger_Sibert@xyratex.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.1

diff --git a/fio.1 b/fio.1
index 77c8d9b81796f6ae662d8a4c1f99d29a692d5d80..8cc219423a2f614a76d8b4b74b00118f8f3c0b12 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -555,10 +555,6 @@ Sync file contents when job exits.  Default: false.
 If true, sync file contents on close.  This differs from \fBend_fsync\fR in that
 it will happen on every close, not just at the end of the job.  Default: false.
 .TP
-.BI rwmixcycle \fR=\fPint
-How many milliseconds before switching between reads and writes for a mixed
-workload. Default: 500ms.
-.TP
 .BI rwmixread \fR=\fPint
 Percentage of a mixed workload that should be reads. Default: 50.
 .TP