clock_nanosleep.2, futex.2, nanosleep.2, poll.2, sigaction.2, sigreturn.2, signal.7: SEE ALSO: add restart_syscall(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-07-30 05:09:22 +02:00
parent 92f30072c8
commit d806bc0518
7 changed files with 14 additions and 7 deletions

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH CLOCK_NANOSLEEP 2 2012-11-07 "Linux" "Linux Programmer's Manual"
.TH CLOCK_NANOSLEEP 2 2013-07-30 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_nanosleep \- high-resolution sleep with specifiable clock
.SH SYNOPSIS
@ -247,6 +247,7 @@ shall have no effect on a thread that is blocked on a relative
.SH SEE ALSO
.BR clock_getres (2),
.BR nanosleep (2),
.BR restart_syscall (2),
.BR timer_create (2),
.BR sleep (3),
.BR usleep (3),

View File

@ -50,7 +50,7 @@
.\"
.\" See Documentation/futex-requeue-pi.txt
.\"
.TH FUTEX 2 2013-03-15 "Linux" "Linux Programmer's Manual"
.TH FUTEX 2 2013-07-30 "Linux" "Linux Programmer's Manual"
.SH NAME
futex \- fast user-space locking
.SH SYNOPSIS
@ -310,6 +310,7 @@ read the sources of the futex user-space library referenced below.
.\" and Rusty Russell (IBM Linux Technology Center).
.\" This page written by bert hubert.
.SH SEE ALSO
.BR restart_syscall (2),
.BR futex (7)
.PP
\fIFuss, Futexes and Furwocks: Fast Userlevel Locking in Linux\fP

View File

@ -31,7 +31,7 @@
.\" NOTES: describe case where clock_nanosleep() can be preferable.
.\" NOTES: describe CLOCK_REALTIME versus CLOCK_NANOSLEEP
.\" Replace crufty discussion of HZ with a pointer to time(7).
.TH NANOSLEEP 2 2009-01-19 "Linux" "Linux Programmer's Manual"
.TH NANOSLEEP 2 2013-07-30 "Linux" "Linux Programmer's Manual"
.SH NAME
nanosleep \- high-resolution sleep
.SH SYNOPSIS
@ -209,6 +209,7 @@ then the time that the thread spent in the stopped state is
counted against the sleep interval.
.SH SEE ALSO
.BR clock_nanosleep (2),
.BR restart_syscall (2),
.BR sched_setscheduler (2),
.BR timer_create (2),
.BR sleep (3),

View File

@ -28,7 +28,7 @@
.\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
.\" formatting changes.
.\"
.TH POLL 2 2012-08-17 "Linux" "Linux Programmer's Manual"
.TH POLL 2 2013-07-30 "Linux" "Linux Programmer's Manual"
.SH NAME
poll, ppoll \- wait for some event on a file descriptor
.SH SYNOPSIS
@ -364,6 +364,7 @@ See the discussion of spurious readiness notifications under the
BUGS section of
.BR select (2).
.SH SEE ALSO
.BR restart_syscall (2),
.BR select (2),
.BR select_tut (2),
.BR time (7)

View File

@ -44,7 +44,7 @@
.\" 2010-06-11 Andi Kleen, add hwpoison signal extensions
.\" 2010-06-11 mtk, improvements to discussion of various siginfo_t fields.
.\"
.TH SIGACTION 2 2013-04-19 "Linux" "Linux Programmer's Manual"
.TH SIGACTION 2 2013-07-30 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaction \- examine and change a signal action
.SH SYNOPSIS
@ -795,6 +795,7 @@ See
.BR kill (2),
.BR killpg (2),
.BR pause (2),
.BR restart_syscall (2),
.BR sigaltstack (2),
.BR signal (2),
.BR signalfd (2),

View File

@ -26,7 +26,7 @@
.\" Modified Tue Oct 22 22:09:03 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" 2008-06-26, mtk, added some more detail on the work done by sigreturn()
.\"
.TH SIGRETURN 2 2008-06-26 "Linux" "Linux Programmer's Manual"
.TH SIGRETURN 2 2013-07-30 "Linux" "Linux Programmer's Manual"
.SH NAME
sigreturn \- return from signal handler and cleanup stack frame
.SH SYNOPSIS
@ -73,6 +73,7 @@ Better yet, the specific use of the
argument varies depending on the architecture.
.SH SEE ALSO
.BR kill (2),
.BR restart_syscall (2),
.BR sigaltstack (2),
.BR signal (2),
.BR signal (7)

View File

@ -43,7 +43,7 @@
.\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions
.\"
.TH SIGNAL 7 2012-05-01 "Linux" "Linux Programmer's Manual"
.TH SIGNAL 7 2013-07-30 "Linux" "Linux Programmer's Manual"
.SH NAME
signal \- overview of signals
.SH DESCRIPTION
@ -852,6 +852,7 @@ POSIX.1, except as noted.
.BR getrlimit (2),
.BR kill (2),
.BR killpg (2),
.BR restart_syscall (2),
.BR rt_sigqueueinfo (2),
.BR setitimer (2),
.BR setrlimit (2),