From: Jens Axboe Date: Fri, 3 Jun 2016 15:00:49 +0000 (-0600) Subject: Documentation: fix psyncv2 typo X-Git-Tag: fio-2.12~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=82e65aecd90a35171eb9930ba7b08d27fee95640;p=fio.git Documentation: fix psyncv2 typo It's pvsync2, not psyncv2 (or other variants). Signed-off-by: Jens Axboe --- 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