Skip to content

Commit

Permalink
Doc: Make note of using bsrange with ':'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
avri-altman-wdc authored and vincentkfu committed Mar 5, 2024
1 parent 1e34a6e commit 9b699fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b699fb

Please sign in to comment.