summaryrefslogtreecommitdiffstats
path: root/man2/restart_syscall.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/restart_syscall.2')
-rw-r--r--man2/restart_syscall.220
1 files changed, 10 insertions, 10 deletions
diff --git a/man2/restart_syscall.2 b/man2/restart_syscall.2
index c90bb3827..a958914e7 100644
--- a/man2/restart_syscall.2
+++ b/man2/restart_syscall.2
@@ -36,14 +36,14 @@ This system call is designed only for internal use by the kernel.
.BR restart_syscall ()
is used for restarting only those system calls that,
when restarted, should adjust their time-related parameters\[em]namely
-.BR poll (2)
+.MR poll 2
(since Linux 2.6.24),
-.BR nanosleep (2)
+.MR nanosleep 2
(since Linux 2.6),
-.BR clock_nanosleep (2)
+.MR clock_nanosleep 2
(since Linux 2.6),
and
-.BR futex (2),
+.MR futex 2 ,
when employed with the
.B FUTEX_WAIT
(since Linux 2.6.22)
@@ -101,10 +101,10 @@ the time that the process spent in the stop state is
.I not
counted against the timeout value.
Notable examples of system calls that suffer this problem are
-.BR ppoll (2),
-.BR select (2),
+.MR ppoll 2 ,
+.MR select 2 ,
and
-.BR pselect (2).
+.MR pselect 2 .
.P
From user space, the operation of
.BR restart_syscall ()
@@ -113,9 +113,9 @@ to the process that made the system call that is restarted,
it appears as though that system call executed and
returned in the usual fashion.
.SH SEE ALSO
-.BR sigaction (2),
-.BR sigreturn (2),
-.BR signal (7)
+.MR sigaction 2 ,
+.MR sigreturn 2 ,
+.MR signal 7
.\" FIXME . ppoll(2), select(2), and pselect(2)
.\" should probably get the restart_syscall() treatment:
.\" If a select() call is suspended by stop-sig+SIGCONT, the time