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 libaio v2 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.22.0.657.g960e92d24f

