summaryrefslogtreecommitdiffstats
path: root/man2/io_cancel.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/io_cancel.2')
-rw-r--r--man2/io_cancel.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/io_cancel.2 b/man2/io_cancel.2
index 3820a916b..2b629b03d 100644
--- a/man2/io_cancel.2
+++ b/man2/io_cancel.2
@@ -35,7 +35,7 @@ The
.BR io_cancel ()
system call
attempts to cancel an asynchronous I/O operation previously submitted with
-.BR io_submit (2).
+.MR io_submit 2 .
The
.I iocb
argument describes the operation to be canceled and the
@@ -87,7 +87,7 @@ wrapper does not follow the usual C library conventions for indicating errors:
on error it returns a negated error number
(the negative of one of the values listed in ERRORS).
If the system call is invoked via
-.BR syscall (2),
+.MR syscall 2 ,
then the return value follows the usual conventions for
indicating an error: \-1, with
.I errno
@@ -97,10 +97,10 @@ Linux.
.SH HISTORY
Linux 2.5.
.SH SEE ALSO
-.BR io_destroy (2),
-.BR io_getevents (2),
-.BR io_setup (2),
-.BR io_submit (2),
-.BR aio (7)
+.MR io_destroy 2 ,
+.MR io_getevents 2 ,
+.MR io_setup 2 ,
+.MR io_submit 2 ,
+.MR aio 7
.\" .SH AUTHOR
.\" Kent Yoder.