From: Michael Kerrisk Date: Sat, 2 Oct 2010 13:27:41 +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~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b014d760da0f42f5422becba29d2851d7d6376d;hp=ead0a6e593b365f1f34d9935ccb5d1ce5c0024f5;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: Refer the reader to aio(7) for a description of the aiocb structure Signed-off-by: Michael Kerrisk --- diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index 0d454ba2cc..602f7c4eab 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -42,6 +42,11 @@ Otherwise, only the request described by the control block pointed to by .I aiocbp is canceled. +(See +.BR aio (7) +for a description of the +.I aiocb +structure.) .LP Normal asynchronous notification occurs for canceled requests. The request return status is set to \-1, and the request error status diff --git a/man3/aio_error.3 b/man3/aio_error.3 index cd2468ba87..0de233c8f3 100644 --- a/man3/aio_error.3 +++ b/man3/aio_error.3 @@ -35,6 +35,11 @@ The function returns the error status for the asynchronous I/O request with control block pointed to by .IR aiocbp . +(See +.BR aio (7) +for a description of the +.I aiocb +structure.) .SH "RETURN VALUE" This function returns .B EINPROGRESS diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index 53d43bbcee..c6cc00c2c2 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -35,6 +35,11 @@ The function does a sync on all outstanding asynchronous I/O operations associated with .IR aiocbp\->aio_fildes . +(See +.BR aio (7) +for a description of the +.I aiocb +structure.) .LP More precisely, if .I op diff --git a/man3/aio_read.3 b/man3/aio_read.3 index 71ef41dc25..7f0e00014d 100644 --- a/man3/aio_read.3 +++ b/man3/aio_read.3 @@ -40,6 +40,11 @@ with fd, buf, count given by respectively. The return status n can be retrieved upon completion using .BR aio_return (3). +(See +.BR aio (7) +for a description of the +.I aiocb +structure.) .LP The data is read starting at the absolute file offset .IR aiocbp\->aio_offset , diff --git a/man3/aio_return.3 b/man3/aio_return.3 index a89c7bc700..103e6be1aa 100644 --- a/man3/aio_return.3 +++ b/man3/aio_return.3 @@ -35,6 +35,11 @@ The function returns the final return status for the asynchronous I/O request with control block pointed to by .IR aiocbp . +(See +.BR aio (7) +for a description of the +.I aiocb +structure.) .LP This function should be called only once for any given request, after .BR aio_error (3) diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index d38be6d56a..6deb0f68dd 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -45,6 +45,11 @@ of length have completed, a signal is delivered, or .I timeout is not NULL and the time interval it indicates has passed. +(See +.BR aio (7) +for a description of the +.I aiocb +structure.) .LP Each item in the list must either be NULL (and then is ignored), or a pointer to a control block on which I/O was initiated using diff --git a/man3/aio_write.3 b/man3/aio_write.3 index fd7bd87a95..ebb74d86d8 100644 --- a/man3/aio_write.3 +++ b/man3/aio_write.3 @@ -40,6 +40,11 @@ with fd, buf, count given by respectively. The return status n can be retrieved upon completion using .BR aio_return (3). +(See +.BR aio (7) +for a description of the +.I aiocb +structure.) .LP If .B O_APPEND