From 32792f35531300acba634c4ab74a67b30ee29ab1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 12 May 2007 13:19:59 +0000 Subject: [PATCH] wfix --- man2/io_cancel.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/io_cancel.2 b/man2/io_cancel.2 index 7742b3b4a..c9d7a0ad8 100644 --- a/man2/io_cancel.2 +++ b/man2/io_cancel.2 @@ -40,8 +40,8 @@ io_cancel \- cancel an outstanding asynchronous I/O operation .SH "DESCRIPTION" .PP .BR io_cancel () -attempts to cancel an asynchronous I/O operation -previously submitted with the \fBio_submit\fR system call. +attempts to cancel an asynchronous I/O operation previously submitted with +.BR io_submit (2). \fIctx_id\fR is the AIO context ID of the operation to be cancelled. If the AIO context is found, the event will be cancelled and then copied into the memory pointed to by \fIresult\fR without being placed