diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-02 15:27:41 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-03 17:12:29 +0200 |
| commit | 2b014d760da0f42f5422becba29d2851d7d6376d (patch) | |
| tree | 2d479186a46266740cfc05bc642725ebbaa73ab6 /man3/aio_error.3 | |
| parent | ead0a6e593b365f1f34d9935ccb5d1ce5c0024f5 (diff) | |
| download | man-pages-2b014d760da0f42f5422becba29d2851d7d6376d.tar.gz | |
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 <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/aio_error.3')
| -rw-r--r-- | man3/aio_error.3 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
