]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/io_cancel.2
Convert to American spelling conventions
[thirdparty/man-pages.git] / man2 / io_cancel.2
index fa81a856890c65a4d18151084b00bc9e4e0ee80b..ea429dd59bb5a505bb4a918889fc2001d80a3586 100644 (file)
@@ -42,8 +42,8 @@ io_cancel \- cancel an outstanding asynchronous I/O operation
 .BR io_cancel ()
 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
+\fIctx_id\fR is the AIO context ID of the operation to be canceled.
+If the AIO context is found, the event will be canceled and then copied
 into the memory pointed to by \fIresult\fR without being placed
 into the completion queue.
 .SH "RETURN VALUE"
@@ -60,7 +60,7 @@ The AIO context specified by \fIctx_id\fR is invalid.
 One of the data structures points to invalid data.
 .TP
 .B EAGAIN
-The \fIiocb\fR specified was not cancelled.
+The \fIiocb\fR specified was not canceled.
 .TP
 .B ENOSYS
 .BR io_cancel ()