From 82e65aecd90a35171eb9930ba7b08d27fee95640 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 3 Jun 2016 09:00:49 -0600 Subject: [PATCH] Documentation: fix psyncv2 typo It's pvsync2, not psyncv2 (or other variants). Signed-off-by: Jens Axboe --- HOWTO | 2 +- fio.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO b/HOWTO index 1d4e46c7..67fd8337 100644 --- 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 7f053d48..353f8fff 100644 --- 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 -- 2.25.1