Documentation: fix psyncv2 typo
authorJens Axboe <axboe@fb.com>
Fri, 3 Jun 2016 15:00:49 +0000 (09:00 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 3 Jun 2016 15:00:49 +0000 (09:00 -0600)
It's pvsync2, not psyncv2 (or other variants).

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

diff --git a/HOWTO b/HOWTO
index 1d4e46c7ec95ed4990b591a2d4dc7f9c968e72b0..67fd83376fd3beffe1bf62e0e204981f2815eff9 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -708,7 +708,7 @@ ioengine=str        Defines how the job issues io to the file. The following
 
                        pvsync  Basic preadv(2) or pwritev(2) IO.
 
-                       psync2  Basic preadv2(2) or pwritev2(2) IO.
+                       pvsync2 Basic preadv2(2) or pwritev2(2) IO.
 
                        libaio  Linux native asynchronous io. Note that Linux
                                may only support queued behaviour with
diff --git a/fio.1 b/fio.1
index 7f053d48de3dd8e8ee218baf8888bac0c36fc164..353f8fff77bfafc2a04635fda400fc3075e7c84a 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -1709,7 +1709,7 @@ from user-space to reap events. The reaping mode is only
 enabled when polling for a minimum of 0 events (eg when
 iodepth_batch_complete=0).
 .TP
-.BI (psyncv2)hipri
+.BI (pvsync2)hipri
 Set RWF_HIPRI on IO, indicating to the kernel that it's of
 higher priority than normal.
 .TP