diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-08 12:29:07 +1200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-10 11:56:53 +1200 |
commit | 2da75a9e419bf1bd4df388d044164228040f7724 (patch) | |
tree | b992ae829ae69552e8298f1d6b70178eb09d5d3c /man3/aio_cancel.3 | |
parent | bc8e7b9537ec57813cb6b0643582b7a9613b8766 (diff) |
aio_cancel.3: Add pointers to aio(7) and sigevent(7)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/aio_cancel.3')
-rw-r--r-- | man3/aio_cancel.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index 6d58b1d9..774356c8 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -48,7 +48,10 @@ for a description of the .I aiocb structure.) .LP -Normal asynchronous notification occurs for canceled requests. +Normal asynchronous notification occurs for canceled requests (see +.BR aio (7) +and +.BR sigevent (7)). The request return status .RB ( aio_return (3)) is set to \-1, and the request error status |