From: Jens Axboe Date: Wed, 2 May 2012 11:59:09 +0000 (+0200) Subject: Remove deprecated rwmixcycle option from the man page X-Git-Tag: gfio-0.1~2^2~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a5dc3c10e399257821d35102686d1a0780d70b9c Remove deprecated rwmixcycle option from the man page It has no effect, remove it. Suggested-by: Roger Sibert Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index 77c8d9b8..8cc21942 100644 --- 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