fio: minor HOWTO fix
authorGurudas Pai <gurudas.pai@oracle.com>
Wed, 6 Feb 2008 10:16:15 +0000 (11:16 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 6 Feb 2008 10:16:15 +0000 (11:16 +0100)
writev(3) should be writev(2)

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index 3d6b354b87b7df40f723c497ab82b1424cd287f6..0d3d7759843b3b4bbbfa3375f1a7b73733e95930 100644 (file)
--- 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.