From 0fcf6ef5740c12145c5a5de3802018b27efea7b1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 20 Jul 2019 21:18:02 +0200 Subject: [PATCH] [PATCH libaio 04/28] man: Refer to libaio.h instead of libio.h Signed-off-by: Guillem Jover Signed-off-by: Jeff Moyer Gbp-Pq: Topic upstream Gbp-Pq: Name 0004-man-Refer-to-libaio.h-instead-of-libio.h.patch --- 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 .sp .br -.B #include +.B #include .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.30.2