The following changes since commit 62ac66490f5077e5fca1bd5b49165147cafc5a0d: zbd: avoid Coverity defect report (2023-06-09 18:04:45 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 8ce9c4003aeaafa91c3278c1c7de4a32fadc5ea0: docs: clarify opendir description (2023-06-16 10:41:25 -0400) ---------------------------------------------------------------- Vincent Fu (1): docs: clarify opendir description HOWTO.rst | 4 +++- fio.1 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/HOWTO.rst b/HOWTO.rst index 32fff5ec..2e1e55c2 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -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 diff --git a/fio.1 b/fio.1 index 80bf3371..73b7e8c9 100644 --- a/fio.1 +++ b/fio.1 @@ -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