Merge branch 'freebsd-comment-update' of https://github.com/macdice/fio
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index cb794b0db688b49b99013d4b0f4b3c2d5a804e11..216ea185b16d4120fe55a0059bfdc2a71649087b 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -1344,7 +1344,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, DragonFlyBSD or OSX there is no
+       not metadata blocks. In Windows, 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.