From: Michael Kerrisk Date: Sat, 2 Oct 2010 13:16:38 +0000 (+0200) Subject: aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3,... X-Git-Tag: man-pages-3.28~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25fa6c3dcf264707638f3ecd1581bd5b8243aae9;p=thirdparty%2Fman-pages.git 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 --- diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index 15f0a4039e..b7496f1214 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_CANCEL 3 2003-11-14 "" "Linux Programmer's Manual" +.TH AIO_CANCEL 3 2010-10-02 "" "Linux Programmer's Manual" .SH NAME aio_cancel \- cancel an outstanding asynchronous I/O request .SH SYNOPSIS @@ -93,4 +93,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) 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) diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index 890a67bfb3..53d43bbcee 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_FSYNC 3 2010-09-19 "" "Linux Programmer's Manual" +.TH AIO_FSYNC 3 2010-10-02 "" "Linux Programmer's Manual" .SH NAME aio_fsync \- asynchronous file synchronization .SH SYNOPSIS @@ -100,4 +100,5 @@ POSIX.1-2001, POSIX.1-2008. .BR aio_return (3), .BR aio_suspend (3), .BR aio_write (3), +.BR aio (7), .BR sigevent (7) diff --git a/man3/aio_read.3 b/man3/aio_read.3 index 9915e16181..71ef41dc25 100644 --- a/man3/aio_read.3 +++ b/man3/aio_read.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_READ 3 2003-11-14 "" "Linux Programmer's Manual" +.TH AIO_READ 3 2010-10-02 "" "Linux Programmer's Manual" .SH NAME aio_read \- asynchronous read .SH SYNOPSIS @@ -124,4 +124,5 @@ The memory areas involved must remain valid. .BR aio_fsync (3), .BR aio_return (3), .BR aio_suspend (3), -.BR aio_write (3) +.BR aio_write (3), +.BR aio (7) diff --git a/man3/aio_return.3 b/man3/aio_return.3 index 9d06757a62..a89c7bc700 100644 --- a/man3/aio_return.3 +++ b/man3/aio_return.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_RETURN 3 2003-11-14 "" "Linux Programmer's Manual" +.TH AIO_RETURN 3 2010-10-02 "" "Linux Programmer's Manual" .SH NAME aio_return \- get return status of asynchronous I/O operation .SH SYNOPSIS @@ -68,4 +68,5 @@ POSIX.1-2001, POSIX.1-2008. .BR aio_fsync (3), .BR aio_read (3), .BR aio_suspend (3), -.BR aio_write (3) +.BR aio_write (3), +.BR aio (7) diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index c484e31719..d38be6d56a 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_SUSPEND 3 2003-11-14 "" "Linux Programmer's Manual" +.TH AIO_SUSPEND 3 2010-10-02 "" "Linux Programmer's Manual" .SH NAME aio_suspend \- wait for asynchronous I/O operation or timeout .SH SYNOPSIS @@ -91,4 +91,5 @@ that specifies a zero time interval. .BR aio_read (3), .BR aio_return (3), .BR aio_write (3), +.BR aio (7), .BR time (7) diff --git a/man3/aio_write.3 b/man3/aio_write.3 index ead1c85d49..fd7bd87a95 100644 --- a/man3/aio_write.3 +++ b/man3/aio_write.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_WRITE 3 2003-11-14 "" "Linux Programmer's Manual" +.TH AIO_WRITE 3 2010-10-02 "" "Linux Programmer's Manual" .SH NAME aio_write \- asynchronous write .SH SYNOPSIS @@ -128,4 +128,5 @@ The memory areas involved must remain valid. .BR aio_fsync (3), .BR aio_read (3), .BR aio_return (3), -.BR aio_suspend (3) +.BR aio_suspend (3), +.BR aio (7)