io_cancel.2: Improve description

Reported-by: Cyril Hrubis <chrubis@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-04-10 22:51:55 +02:00
parent 9f621816bc
commit 2c28d337cb
1 changed files with 3 additions and 1 deletions

View File

@ -25,8 +25,10 @@ system call
attempts to cancel an asynchronous I/O operation previously submitted with
.BR io_submit (2).
The
.I iocb
argument describes the operation to be canceled and the
.I ctx_id
argument is the AIO context ID into which the operation was submitted.
argument is the AIO context to which the operation was submitted.
If the operation is successfully canceled, the event will be copied into
the memory pointed to by
.I result