[PATCH 03/15] man: Refer to libaio.h instead of libio.h
authorGuillem Jover <guillem@hadrons.org>
Sun, 13 Aug 2017 18:47:46 +0000 (20:47 +0200)
committerGuillem Jover <guillem@debian.org>
Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0003-man-Refer-to-libaio.h-instead-of-libio.h.patch

man/io.3

index 968b1f9b273eab4da976a17516fc7263a9b68122..e4fe1089c8aec3bc2474d4d081250d7c11aeaae4 100644 (file)
--- 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