Skip to content

Commit 3fe133a

Browse files
committed
docs: use "delete" term instead of "unlink", which is less common
Signed-off-by: Nikolay Edigaryev <edigaryev@gmail.com>
1 parent 2b03792 commit 3fe133a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HOWTO.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,13 +971,13 @@ Target file/device
971971

972972
.. option:: unlink=bool
973973

974-
Unlink the job files when done. Not the default, as repeated runs of that
974+
Unlink (delete) the job files when done. Not the default, as repeated runs of that
975975
job would then waste time recreating the file set again and again. Default:
976976
false.
977977

978978
.. option:: unlink_each_loop=bool
979979

980-
Unlink job files after each iteration or loop. Default: false.
980+
Unlink (delete) job files after each iteration or loop. Default: false.
981981

982982
.. option:: zonemode=str
983983

fio.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,12 +749,12 @@ same data multiple times. Thus it will not work on non-seekable I/O engines
749749
(e.g. network, splice). Default: false.
750750
.TP
751751
.BI unlink \fR=\fPbool
752-
Unlink the job files when done. Not the default, as repeated runs of that
752+
Unlink (delete) the job files when done. Not the default, as repeated runs of that
753753
job would then waste time recreating the file set again and again. Default:
754754
false.
755755
.TP
756756
.BI unlink_each_loop \fR=\fPbool
757-
Unlink job files after each iteration or loop. Default: false.
757+
Unlink (delete) job files after each iteration or loop. Default: false.
758758
.TP
759759
.BI zonemode \fR=\fPstr
760760
Accepted values are:

0 commit comments

Comments
 (0)