This commit is contained in:
Michael Kerrisk 2008-07-04 14:36:28 +00:00
parent 48b9ec3fe1
commit 743bc3957a
1 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,8 @@
'\" t '\" t
.\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
.\" and Copyright (c) 2002,2006 by Michael Kerrisk <mtk.manpages@gmail.com> .\" and Copyright (c) 2002, 2006 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" and Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk
.\" <mtk.manpages@gmail.com>
.\" .\"
.\" Permission is granted to make and distribute verbatim copies of this .\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are .\" manual provided the copyright notice and this permission notice are
@ -34,6 +36,9 @@
.\" 2004-12-03, Modified mtk, added notes on RLIMIT_SIGPENDING .\" 2004-12-03, Modified mtk, added notes on RLIMIT_SIGPENDING
.\" 2006-04-24, mtk, Added text on changing signal dispositions, .\" 2006-04-24, mtk, Added text on changing signal dispositions,
.\" signal mask, and pending signals. .\" signal mask, and pending signals.
.\" 2008-07-04, mtk:
.\" Added section on system call restarting (SA_RESTART)
.\" Added section on stop/cont signals interrupting syscalls.
.\" .\"
.TH SIGNAL 7 2008-07-04 "Linux" "Linux Programmer's Manual" .TH SIGNAL 7 2008-07-04 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
@ -573,7 +578,7 @@ regardless of the use of
Interfaces used to wait for signals: Interfaces used to wait for signals:
.BR pause (2), .BR pause (2),
.BR sigsuspend (2), .BR sigsuspend (2),
.BR sigtimedwat (2), .BR sigtimedwait (2),
and and
.BR sigwaitinfo (2). .BR sigwaitinfo (2).
.IP * .IP *
@ -657,7 +662,7 @@ and
have the same value. have the same value.
The latter is commented out in the kernel source, but The latter is commented out in the kernel source, but
the build process of some software still thinks that the build process of some software still thinks that
Lsignal 29 is signal 29 is
.BR SIGLOST . .BR SIGLOST .
.SH "SEE ALSO" .SH "SEE ALSO"
.BR kill (1), .BR kill (1),