Skip to content

Commit

Permalink
docs: use "delete" term instead of "unlink", which is less common
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Edigaryev <[email protected]>
  • Loading branch information
edigaryev committed Mar 25, 2024
1 parent 2b03792 commit 381299f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -971,13 +971,13 @@ Target file/device

.. option:: unlink=bool

Unlink the job files when done. Not the default, as repeated runs of that
Delete the job files when done. Not the default, as repeated runs of that
job would then waste time recreating the file set again and again. Default:
false.

.. option:: unlink_each_loop=bool

Unlink job files after each iteration or loop. Default: false.
Delete job files after each iteration or loop. Default: false.

.. option:: zonemode=str

Expand Down
4 changes: 2 additions & 2 deletions fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -749,12 +749,12 @@ same data multiple times. Thus it will not work on non-seekable I/O engines
(e.g. network, splice). Default: false.
.TP
.BI unlink \fR=\fPbool
Unlink the job files when done. Not the default, as repeated runs of that
Delete the job files when done. Not the default, as repeated runs of that
job would then waste time recreating the file set again and again. Default:
false.
.TP
.BI unlink_each_loop \fR=\fPbool
Unlink job files after each iteration or loop. Default: false.
Delete job files after each iteration or loop. Default: false.
.TP
.BI zonemode \fR=\fPstr
Accepted values are:
Expand Down

0 comments on commit 381299f

Please sign in to comment.