From: Avri Altman Date: Tue, 5 Mar 2024 09:00:08 +0000 (+0200) Subject: Doc: Make note of using bsrange with ':' X-Git-Tag: fio-3.37~19 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9b699fb150bbed56939d317ffc004b3bf19f098f;p=fio.git Doc: Make note of using bsrange with ':' Which is also a supported form of delimiter. Signed-off-by: Avri Altman Link: https://lore.kernel.org/r/20240305090008.1216-6-avri.altman@wdc.com Signed-off-by: Vincent Fu --- diff --git a/HOWTO.rst b/HOWTO.rst index c404d724..2386d806 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -1631,7 +1631,7 @@ Block size Comma-separated ranges may be specified for reads, writes, and trims as described in :option:`blocksize`. - Example: ``bsrange=1k-4k,2k-8k``. + Example: ``bsrange=1k-4k,2k-8k`` also the ':' delimiter ``bsrange=1k:4k,2k:8k``. .. option:: bssplit=str[,str][,str] diff --git a/fio.1 b/fio.1 index e6b291a7..d955385d 100644 --- a/fio.1 +++ b/fio.1 @@ -1434,7 +1434,7 @@ described in \fBblocksize\fR. Example: .RS .RS .P -bsrange=1k\-4k,2k\-8k +bsrange=1k\-4k,2k\-8k or bsrange=1k:4k,2k:8k .RE .RE .TP