From: Gurudas Pai Date: Wed, 6 Feb 2008 10:16:15 +0000 (+0100) Subject: fio: minor HOWTO fix X-Git-Tag: fio-1.18.1~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=e05af9e5f9638d9c61f95a25e6157dc63510b268;ds=sidebyside fio: minor HOWTO fix writev(3) should be writev(2) Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index 3d6b354b..0d3d7759 100644 --- a/HOWTO +++ b/HOWTO @@ -344,7 +344,7 @@ ioengine=str Defines how the job issues io to the file. The following psync Basic pread(2) or pwrite(2) io. - vsync Basic readv(2) or writev(3) IO. + vsync Basic readv(2) or writev(2) IO. libaio Linux native asynchronous io.