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>
This commit is contained in:
Michael Kerrisk 2010-10-02 15:16:38 +02:00
parent 4076f2893a
commit 25fa6c3dcf
7 changed files with 19 additions and 12 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)