summaryrefslogtreecommitdiffstats
path: root/man2/io_destroy.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/io_destroy.2')
-rw-r--r--man2/io_destroy.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/io_destroy.2 b/man2/io_destroy.2
index 451cf82ff..bdb63815d 100644
--- a/man2/io_destroy.2
+++ b/man2/io_destroy.2
@@ -21,7 +21,7 @@ Standard C library
glibc provides no wrapper for
.BR io_destroy (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
.IR Note :
this page describes the raw Linux system call interface.
@@ -78,7 +78,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
@@ -88,10 +88,10 @@ Linux.
.SH HISTORY
Linux 2.5.
.SH SEE ALSO
-.BR io_cancel (2),
-.BR io_getevents (2),
-.BR io_setup (2),
-.BR io_submit (2),
-.BR aio (7)
+.MR io_cancel 2 ,
+.MR io_getevents 2 ,
+.MR io_setup 2 ,
+.MR io_submit 2 ,
+.MR aio 7
.\" .SH AUTHOR
.\" Kent Yoder.