1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
From 183d0f60be9e0bfcb987b03818868351364cd54d Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sun, 13 Aug 2017 20:47:46 +0200
Subject: [PATCH 03/15] man: Refer to libaio.h instead of libio.h
Signed-off-by: Guillem Jover <guillem@hadrons.org>
---
man/io.3 | 4 ++--
1 file 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
--
2.21.0.rc2.261.ga7da99ff1b
|