From ff0c327836ccb2dcd045d1775366caffb296241d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 3 Oct 2010 06:36:31 +0200 Subject: [PATCH] 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 --- man2/io_cancel.2 | 3 ++- man2/io_destroy.2 | 3 ++- man2/io_getevents.2 | 1 + man2/io_setup.2 | 3 ++- man2/io_submit.2 | 3 ++- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/man2/io_cancel.2 b/man2/io_cancel.2 index d7b56ac3a..a3fc213ee 100644 --- a/man2/io_cancel.2 +++ b/man2/io_cancel.2 @@ -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 diff --git a/man2/io_destroy.2 b/man2/io_destroy.2 index d7e5361bc..6a165e13b 100644 --- a/man2/io_destroy.2 +++ b/man2/io_destroy.2 @@ -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 diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index d6a0ac377..e990f6d78 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -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" .\" diff --git a/man2/io_setup.2 b/man2/io_setup.2 index c62a81e7e..d9b5117d6 100644 --- a/man2/io_setup.2 +++ b/man2/io_setup.2 @@ -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. diff --git a/man2/io_submit.2 b/man2/io_submit.2 index f113c51c3..1eae429a8 100644 --- a/man2/io_submit.2 +++ b/man2/io_submit.2 @@ -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.