From e05af9e5f9638d9c61f95a25e6157dc63510b268 Mon Sep 17 00:00:00 2001 From: Gurudas Pai Date: Wed, 6 Feb 2008 11:16:15 +0100 Subject: [PATCH] fio: minor HOWTO fix writev(3) should be writev(2) Signed-off-by: Jens Axboe --- HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1