Skip to content

Commit

Permalink
Documentation: fix psyncv2 typo
Browse files Browse the repository at this point in the history
It's pvsync2, not psyncv2 (or other variants).

Signed-off-by: Jens Axboe <axboe@fb.com>
  • Loading branch information
axboe committed Jun 3, 2016
1 parent 6cd4d58 commit 82e65ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HOWTO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82e65ae

Please sign in to comment.