projects
/
libaio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a031e48
)
[PATCH libaio 04/28] man: Refer to libaio.h instead of libio.h
author
Guillem Jover
<guillem@hadrons.org>
Sat, 20 Jul 2019 19:18:02 +0000
(21:18 +0200)
committer
Peter Michael Green
<plugwash@raspbian.org>
Mon, 15 Nov 2021 00:13:31 +0000
(
00:13
+0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0004-man-Refer-to-libaio.h-instead-of-libio.h.patch
man/io.3
patch
|
blob
|
history
diff --git
a/man/io.3
b/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 <lib
a
io.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 "lib
a
io.h"
as follows.
.nf