On 3/4/24 02:18, Avri Altman wrote:
Which is also a supported form of delimiter.
Signed-off-by: Avri Altman <avri.altman@xxxxxxx>
---
HOWTO.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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]
Please make the same change in fio.1