summaryrefslogtreecommitdiffstats
path: root/man2/io_setup.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/io_setup.2')
-rw-r--r--man2/io_setup.216
1 files changed, 8 insertions, 8 deletions
diff --git a/man2/io_setup.2 b/man2/io_setup.2
index 32db66422..180c1ad3b 100644
--- a/man2/io_setup.2
+++ b/man2/io_setup.2
@@ -54,7 +54,7 @@ The specified \fInr_events\fP exceeds the limit of available events,
as defined in
.I /proc/sys/fs/aio\-max\-nr
(see
-.BR proc (5)).
+.MR proc 5 ).
.TP
.B EFAULT
An invalid pointer is passed for \fIctx_idp\fP.
@@ -73,7 +73,7 @@ is not implemented on this architecture.
.SH VERSIONS
glibc does not provide a wrapper for this system call.
You could invoke it using
-.BR syscall (2).
+.MR syscall 2 .
But instead, you probably want to use the
.BR io_setup ()
wrapper function provided by
@@ -95,7 +95,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
@@ -105,10 +105,10 @@ Linux.
.SH HISTORY
Linux 2.5.
.SH SEE ALSO
-.BR io_cancel (2),
-.BR io_destroy (2),
-.BR io_getevents (2),
-.BR io_submit (2),
-.BR aio (7)
+.MR io_cancel 2 ,
+.MR io_destroy 2 ,
+.MR io_getevents 2 ,
+.MR io_submit 2 ,
+.MR aio 7
.\" .SH AUTHOR
.\" Kent Yoder.