HOWTO: fix long line
authorJens Axboe <axboe@fb.com>
Mon, 13 Jul 2015 20:30:03 +0000 (14:30 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 13 Jul 2015 20:30:03 +0000 (14:30 -0600)
Testing to see if the inline mirroring works.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index b823eaed24a5b84b30bbf2d19ab5f4ef9f089ae0..c99662c67255803fde30ceb0998e580715e83bbb 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -875,8 +875,8 @@ fsync=int   If writing to a file, issue a sync of the dirty data
 
 fdatasync=int  Like fsync= but uses fdatasync() to only sync data and not
                metadata blocks.
-               In FreeBSD and Windows there is no fdatasync(), this falls back to
-               using fsync()
+               In FreeBSD and Windows there is no fdatasync(), this falls back
+               to using fsync()
 
 sync_file_range=str:val        Use sync_file_range() for every 'val' number of
                write operations. Fio will track range of writes that