From 743bc3957a7af57da27dc294ed4632614728d11c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 4 Jul 2008 14:36:28 +0000 Subject: [PATCH] tweaks --- man7/signal.7 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/man7/signal.7 b/man7/signal.7 index 09f5b92ae..4064d7405 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -1,6 +1,8 @@ '\" t .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) -.\" and Copyright (c) 2002,2006 by Michael Kerrisk +.\" and Copyright (c) 2002, 2006 by Michael Kerrisk +.\" and Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk +.\" .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are @@ -34,6 +36,9 @@ .\" 2004-12-03, Modified mtk, added notes on RLIMIT_SIGPENDING .\" 2006-04-24, mtk, Added text on changing signal dispositions, .\" 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" .SH NAME @@ -573,7 +578,7 @@ regardless of the use of Interfaces used to wait for signals: .BR pause (2), .BR sigsuspend (2), -.BR sigtimedwat (2), +.BR sigtimedwait (2), and .BR sigwaitinfo (2). .IP * @@ -657,7 +662,7 @@ and have the same value. The latter is commented out in the kernel source, but the build process of some software still thinks that -Lsignal 29 is +signal 29 is .BR SIGLOST . .SH "SEE ALSO" .BR kill (1),