summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2019-07-20 21:18:02 +0200
committerJeff Moyer <jmoyer@redhat.com>2019-07-29 10:12:19 -0400
commite9dce27ad722dc2f17f913e56432107bc3c1229f (patch)
treea482b800c6f60a9e6e15792d03abd5b444554e3c
parent0cd5b9ea20e8bc315d43ba1e38ed113804e3c759 (diff)
downloadlibaio-e9dce27ad722dc2f17f913e56432107bc3c1229f.tar.gz
man: Refer to libaio.h instead of libio.h
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
-rw-r--r--man/io.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/io.3 b/man/io.3
index 968b1f9..e4fe108 100644
--- a/man/io.3
+++ b/man/io.3
@@ -6,7 +6,7 @@ io \- Asynchronous IO
.B #include <errno.h>
.sp
.br
-.B #include <libio.h>
+.B #include <libaio.h>
.sp
.fi
.SH DESCRIPTION
@@ -29,7 +29,7 @@ might be arbitrarily many operations running for one file. The
asynchronous I/O operations are controlled using a data structure named
.IR "struct iocb"
It is defined in
-.IR "libio.h"
+.IR "libaio.h"
as follows.
.nf