Skip to content

Commit

Permalink
Merge branch 'delete-instead-of-unlink' of https://github.com/edigary…
Browse files Browse the repository at this point in the history
…ev/fio

* 'delete-instead-of-unlink' of https://github.com/edigaryev/fio:
  docs: use "delete" term instead of "unlink", which is less common
  • Loading branch information
axboe committed Mar 25, 2024
2 parents 2b03792 + 3fe133a commit b2403d4
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
Unlink (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.
Unlink (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
Unlink (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.
Unlink (delete) job files after each iteration or loop. Default: false.
.TP
.BI zonemode \fR=\fPstr
Accepted values are:
Expand Down

0 comments on commit b2403d4

Please sign in to comment.