Doc: Make note of using bsrange with ':'
authorAvri Altman <avri.altman@wdc.com>
Tue, 5 Mar 2024 09:00:08 +0000 (11:00 +0200)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 5 Mar 2024 15:54:36 +0000 (10:54 -0500)
Which is also a supported form of delimiter.

Signed-off-by: Avri Altman <avri.altman@wdc.com>
Link: https://lore.kernel.org/r/20240305090008.1216-6-avri.altman@wdc.com
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
HOWTO.rst
fio.1

index c404d724aa8e92906f713108ddc76fc5376e1795..2386d8062f96f798a831979c0afa611bd3cc94d6 100644 (file)
--- 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 e6b291a76c86126e704bd9ec12f2430dccce0382..d955385d2b7de7128a5b99c7dfffe572056e269e 100644 (file)
--- 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