aio_cancel.3, aio_error.3, aio_read.3, aio_return.3: Add pointer to aio(7) for example program

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-03 07:19:04 +02:00
parent ff0c327836
commit b44bee1679
4 changed files with 16 additions and 4 deletions

View File

@ -20,7 +20,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH AIO_CANCEL 3 2010-10-02 "" "Linux Programmer's Manual"
.TH AIO_CANCEL 3 2010-10-03 "" "Linux Programmer's Manual"
.SH NAME
aio_cancel \- cancel an outstanding asynchronous I/O request
.SH SYNOPSIS
@ -92,6 +92,9 @@ The
function is available since glibc 2.1.
.SH "CONFORMING TO"
POSIX.1-2001, POSIX.1-2008.
.SH EXAMPLE
See
.BR aio (7).
.SH "SEE ALSO"
.BR aio_error (3),
.BR aio_fsync (3),

View File

@ -20,7 +20,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH AIO_ERROR 3 2010-10-02 "" "Linux Programmer's Manual"
.TH AIO_ERROR 3 2010-10-03 "" "Linux Programmer's Manual"
.SH NAME
aio_error \- get error status of asynchronous I/O operation
.SH SYNOPSIS
@ -76,6 +76,9 @@ The
function is available since glibc 2.1.
.SH "CONFORMING TO"
POSIX.1-2001, POSIX.1-2008.
.SH EXAMPLE
See
.BR aio (7).
.SH "SEE ALSO"
.BR aio_cancel (3),
.BR aio_fsync (3),

View File

@ -20,7 +20,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH AIO_READ 3 2010-10-02 "" "Linux Programmer's Manual"
.TH AIO_READ 3 2010-10-03 "" "Linux Programmer's Manual"
.SH NAME
aio_read \- asynchronous read
.SH SYNOPSIS
@ -141,6 +141,9 @@ The memory areas involved must remain valid.
Simultaneous I/O operations specifying the same
.I aiocb
structure produce undefined results.
.SH EXAMPLE
See
.BR aio (7).
.SH "SEE ALSO"
.BR aio_cancel (3),
.BR aio_error (3),

View File

@ -20,7 +20,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH AIO_RETURN 3 2010-10-02 "" "Linux Programmer's Manual"
.TH AIO_RETURN 3 2010-10-03 "" "Linux Programmer's Manual"
.SH NAME
aio_return \- get return status of asynchronous I/O operation
.SH SYNOPSIS
@ -71,6 +71,9 @@ The
function is available since glibc 2.1.
.SH "CONFORMING TO"
POSIX.1-2001, POSIX.1-2008.
.SH EXAMPLE
See
.BR aio (7).
.SH "SEE ALSO"
.BR aio_cancel (3),
.BR aio_error (3),