X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;fp=fio.1;h=379225289afa8684b6f1c7364c8cac5d19418516;hp=a3ebb67d36df6884ea1ce95ca5cfb48946bec0a6;hb=2550c71f17c1963eaa140dd71ed34ace64315288;hpb=2ea393df3256e44398558c264f035f8db7656b08 diff --git a/fio.1 b/fio.1 index a3ebb67d..37922528 100644 --- a/fio.1 +++ b/fio.1 @@ -1122,7 +1122,7 @@ see \fBend_fsync\fR and \fBfsync_on_close\fR. .TP .BI fdatasync \fR=\fPint Like \fBfsync\fR but uses \fBfdatasync\fR\|(2) to only sync data and -not metadata blocks. In Windows, FreeBSD, DragonFlyBSD or OSX there is no +not metadata blocks. In Windows, DragonFlyBSD or OSX there is no \fBfdatasync\fR\|(2) so this falls back to using \fBfsync\fR\|(2). Defaults to 0, which means fio does not periodically issue and wait for a data-only sync to complete.