From 2c28d337cbf715d39f98b57aa057d186b8a703ec Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 10 Apr 2013 22:51:55 +0200 Subject: [PATCH] io_cancel.2: Improve description Reported-by: Cyril Hrubis Signed-off-by: Michael Kerrisk --- man2/io_cancel.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/io_cancel.2 b/man2/io_cancel.2 index b6173eb09..63e490176 100644 --- a/man2/io_cancel.2 +++ b/man2/io_cancel.2 @@ -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