From e9dce27ad722dc2f17f913e56432107bc3c1229f Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Jul 29 2019 14:12:19 +0000 Subject: man: Refer to libaio.h instead of libio.h Signed-off-by: Guillem Jover Signed-off-by: Jeff Moyer --- 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