Skip to content

Commit

Permalink
docs: clarify opendir description
Browse files Browse the repository at this point in the history
Make explicit how opendir deals with colons in the path.

Fixes: #1573
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Jun 16, 2023
1 parent 62ac664 commit 8ce9c40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,9 @@ Target file/device

.. option:: opendir=str

Recursively open any files below directory `str`.
Recursively open any files below directory `str`. This accepts only a
single directory and unlike related options, colons appearing in the
path must not be escaped.

.. option:: lockfile=str

Expand Down
4 changes: 3 additions & 1 deletion fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,9 @@ generated filenames (with a directory specified) with the source of the
client connecting. To disable this behavior, set this option to 0.
.TP
.BI opendir \fR=\fPstr
Recursively open any files below directory \fIstr\fR.
Recursively open any files below directory \fIstr\fR. This accepts only a
single directory and unlike related options, colons appearing in the path must
not be escaped.
.TP
.BI lockfile \fR=\fPstr
Fio defaults to not locking any files before it does I/O to them. If a file
Expand Down

0 comments on commit 8ce9c40

Please sign in to comment.