aboutsummaryrefslogtreecommitdiffstats
path: root/man3/aio_error.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-10-02 15:16:38 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-10-03 17:12:29 +0200
commit25fa6c3dcf264707638f3ecd1581bd5b8243aae9 (patch)
treeaa4989b2e71bf372bd92d15f4f93d11ee5ba0236 /man3/aio_error.3
parent4076f2893ac3751bbd8002f8a52e60ab4373cbcf (diff)
downloadman-pages-25fa6c3dcf264707638f3ecd1581bd5b8243aae9.tar.gz
aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3, aio_write.3: SEE ALSO: Add reference to new aio(7) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/aio_error.3')
-rw-r--r--man3/aio_error.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/aio_error.3 b/man3/aio_error.3
index bf2d58153f..cd2468ba87 100644
--- a/man3/aio_error.3
+++ b/man3/aio_error.3
@@ -20,7 +20,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
-.TH AIO_ERROR 3 2003-11-14 "" "Linux Programmer's Manual"
+.TH AIO_ERROR 3 2010-10-02 "" "Linux Programmer's Manual"
.SH NAME
aio_error \- get error status of asynchronous I/O operation
.SH SYNOPSIS
@@ -75,4 +75,5 @@ POSIX.1-2001, POSIX.1-2008.
.BR aio_read (3),
.BR aio_return (3),
.BR aio_suspend (3),
-.BR aio_write (3)
+.BR aio_write (3),
+.BR aio (7)