]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/restart_syscall.2
dist.mk, All pages: .TH: Generate date at 'make dist'
[thirdparty/man-pages.git] / man2 / restart_syscall.2
index 5ae044128cbbcec4959fd7c349d68eaac9071779..844f4fd96744613edb9baa0dfd79e41176a620ad 100644 (file)
@@ -10,7 +10,7 @@
 .\"
 .\" See also Section 11.3.3 of Understanding the Linux Kernel, 3rd edition
 .\"
-.TH RESTART_SYSCALL 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH RESTART_SYSCALL 2 (date) "Linux man-pages (unreleased)"
 .SH NAME
 restart_syscall \- restart a system call after interruption by a stop signal
 .SH SYNOPSIS
@@ -25,11 +25,11 @@ The
 .BR restart_syscall ()
 system call is used to restart certain system calls
 after a process that was stopped by a signal (e.g.,
-.BR SIGSTOP
+.B SIGSTOP
 or
 .BR SIGTSTP )
 is later resumed after receiving a
-.BR SIGCONT
+.B SIGCONT
 signal.
 This system call is designed only for internal use by the kernel.
 .PP
@@ -45,10 +45,10 @@ when restarted, should adjust their time-related parameters\(emnamely
 and
 .BR futex (2),
 when employed with the
-.BR FUTEX_WAIT
+.B FUTEX_WAIT
 (since Linux 2.6.22)
 and
-.BR FUTEX_WAIT_BITSET
+.B FUTEX_WAIT_BITSET
 (since Linux 2.6.31)
 operations.
 .\" These system calls correspond to the special internal errno value
@@ -79,7 +79,7 @@ is set as per the errors for whatever system call is being restarted by
 The
 .BR restart_syscall ()
 system call is present since Linux 2.6.
-.SH CONFORMING TO
+.SH STANDARDS
 This system call is Linux-specific.
 .SH NOTES
 There is no glibc wrapper for this system call,