OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man7 / signal.7
index 4e10fc3..8cc56bc 100644 (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
@@ -396,7 +396,7 @@ with the signal.
 If the receiving process establishes a handler for this signal using the
 .B SA_SIGINFO
 flag to
-.BR sigaction (2)
+.BR sigaction (2),
 then it can obtain this data via the
 .I si_value
 field of the
@@ -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),
@@ -880,3 +881,12 @@ POSIX.1, except as noted.
 .BR proc (5),
 .BR pthreads (7),
 .BR sigevent (7)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.