From a5dc3c10e399257821d35102686d1a0780d70b9c Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 2 May 2012 13:59:09 +0200 Subject: [PATCH] Remove deprecated rwmixcycle option from the man page It has no effect, remove it. Suggested-by: Roger Sibert Signed-off-by: Jens Axboe --- fio.1 | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.25.1