From: Guillem Jover Date: Sat, 20 Jul 2019 19:18:02 +0000 (+0200) Subject: [PATCH libaio 04/28] man: Refer to libaio.h instead of libio.h X-Git-Tag: archive/raspbian/0.3.112-13+rpi1~1^2~41 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d282966b6ad92fa52fe52b6c585b6fe8583d46bc;p=libaio.git [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 --- 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