io_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2: SEE ALSO: add aio(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-03 06:36:31 +02:00
parent 6719e3c71f
commit ff0c327836
5 changed files with 9 additions and 4 deletions

View File

@ -95,7 +95,8 @@ set to a (positive) value that indicates the error.
.BR io_destroy (2),
.BR io_getevents (2),
.BR io_setup (2),
.BR io_submit (2)
.BR io_submit (2),
.BR aio (7)
.\" .SH "NOTES"
.\"
.\" .PP

View File

@ -89,7 +89,8 @@ set to a (positive) value that indicates the error.
.BR io_cancel (2),
.BR io_getevents (2),
.BR io_setup (2),
.BR io_submit (2)
.BR io_submit (2),
.BR aio (7)
.\" .SH "NOTES"
.\"
.\" .PP

View File

@ -104,6 +104,7 @@ set to a (positive) value that indicates the error.
.BR io_destroy (2),
.BR io_setup (2),
.BR io_submit (2),
.BR aio (7),
.BR time (7)
.\" .SH "NOTES"
.\"

View File

@ -98,7 +98,8 @@ set to a (positive) value that indicates the error.
.BR io_cancel (2),
.BR io_destroy (2),
.BR io_getevents (2),
.BR io_submit (2)
.BR io_submit (2),
.BR aio (7)
.\" .SH "NOTES"
.\" .PP
.\" The asynchronous I/O system calls were written by Benjamin LaHaise.

View File

@ -100,7 +100,8 @@ set to a (positive) value that indicates the error.
.BR io_cancel (2),
.BR io_destroy (2),
.BR io_getevents (2),
.BR io_setup (2)
.BR io_setup (2),
.BR aio (7)
.\" .SH "NOTES"
.\" .PP
.\" The asynchronous I/O system calls were written by Benjamin LaHaise.