summaryrefslogtreecommitdiffstats
path: root/man2/io_getevents.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/io_getevents.2')
-rw-r--r--man2/io_getevents.222
1 files changed, 11 insertions, 11 deletions
diff --git a/man2/io_getevents.2 b/man2/io_getevents.2
index e426c1eae..95760688c 100644
--- a/man2/io_getevents.2
+++ b/man2/io_getevents.2
@@ -27,7 +27,7 @@ see VERSIONS.
glibc provides no wrapper for
.BR io_getevents (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
.IR Note :
this page describes the raw Linux system call interface.
@@ -47,7 +47,7 @@ specified by \fIctx_id\fP.
.P
The \fItimeout\fP argument specifies the amount of time to wait for events,
and is specified as a relative timeout in a
-.BR timespec (3)
+.MR timespec 3
structure.
.P
The specified time will be rounded up to the system clock granularity
@@ -79,7 +79,7 @@ Either \fIevents\fP or \fItimeout\fP is an invalid pointer.
.TP
.B EINTR
Interrupted by a signal handler; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EINVAL
\fIctx_id\fP is invalid.
@@ -111,7 +111,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
@@ -126,12 +126,12 @@ An invalid
may cause a segmentation fault instead of generating the error
.BR EINVAL .
.SH SEE ALSO
-.BR io_cancel (2),
-.BR io_destroy (2),
-.BR io_setup (2),
-.BR io_submit (2),
-.BR timespec (3),
-.BR aio (7),
-.BR time (7)
+.MR io_cancel 2 ,
+.MR io_destroy 2 ,
+.MR io_setup 2 ,
+.MR io_submit 2 ,
+.MR timespec 3 ,
+.MR aio 7 ,
+.MR time 7
.\" .SH AUTHOR
.\" Kent Yoder.