configure: stop enabling fdatasync on OSX
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 4fef1504a410a205c95c7c85b489f0068bceb1a5..96a047de7b1e26f698b92e2e8309a15769bc6712 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -1279,7 +1279,7 @@ I/O type
 .. option:: fdatasync=int
 
        Like :option:`fsync` but uses :manpage:`fdatasync(2)` to only sync data and
-       not metadata blocks.  In Windows, FreeBSD, and DragonFlyBSD there is no
+       not metadata blocks. In Windows, FreeBSD, DragonFlyBSD or OSX there is no
        :manpage:`fdatasync(2)` so this falls back to using :manpage:`fsync(2)`.
        Defaults to 0, which means fio does not periodically issue and wait for a
        data-only sync to complete.