diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index e833d2f6c..934583a2f 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_CANCEL 3 2010-10-03 "" "Linux Programmer's Manual" +.TH AIO_CANCEL 3 2011-10-04 "" "Linux Programmer's Manual" .SH NAME aio_cancel \- cancel an outstanding asynchronous I/O request .SH SYNOPSIS @@ -49,7 +49,10 @@ for a description of the structure.) .LP Normal asynchronous notification occurs for canceled requests. -The request return status is set to \-1, and the request error status +The request return status +.RB ( aio_return (3)) +is set to \-1, and the request error status +.RB ( aio_error (3)) is set to .BR ECANCELED . The control block of requests that cannot be canceled is not changed.