OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man7 / signal.7
index c4516c2..57fb403 100644 (file)
@@ -41,7 +41,7 @@
 .\"     Added section on stop/cont signals interrupting syscalls.
 .\" 2008-10-05, mtk: various additions
 .\"
-.TH SIGNAL 7  2010-09-19 "Linux" "Linux Programmer's Manual"
+.TH SIGNAL 7  2011-09-18 "Linux" "Linux Programmer's Manual"
 .SH NAME
 signal \- overview of signals
 .SH DESCRIPTION
@@ -124,7 +124,7 @@ Sends a signal to a specified thread within a specific process.
 (This is the system call used to implement
 .BR pthread_kill (3).)
 .TP
-.BR sigqueue (2)
+.BR sigqueue (3)
 Sends a real-time signal with accompanying data to a specified process.
 .SS Waiting for a Signal to be Caught
 The following system calls suspend execution of the calling process
@@ -375,8 +375,6 @@ does not exceed
 Unlike standard signals, real-time signals have no predefined meanings:
 the entire set of real-time signals can be used for application-defined
 purposes.
-(Note, however, that the LinuxThreads implementation uses the first
-three real-time signals.)
 .PP
 The default action for an unhandled real-time signal is to terminate the
 receiving process.
@@ -388,7 +386,7 @@ By contrast, if multiple instances of a standard signal are delivered
 while that signal is currently blocked, then only one instance is queued.
 .IP 2. 4
 If the signal is sent using
-.BR sigqueue (2),
+.BR sigqueue (3),
 an accompanying value (either an integer or a pointer) can be sent
 with the signal.
 If the receiving process establishes a handler for this signal using the
@@ -849,6 +847,7 @@ signal 29 is
 .BR getrlimit (2),
 .BR kill (2),
 .BR killpg (2),
+.BR rt_sigqueueinfo (2),
 .BR setitimer (2),
 .BR setrlimit (2),
 .BR sgetmask (2),
@@ -858,7 +857,6 @@ signal 29 is
 .BR signalfd (2),
 .BR sigpending (2),
 .BR sigprocmask (2),
-.BR sigqueue (2),
 .BR sigsuspend (2),
 .BR sigwaitinfo (2),
 .BR abort (3),
@@ -866,6 +864,7 @@ signal 29 is
 .BR longjmp (3),
 .BR raise (3),
 .BR pthread_sigqueue (3),
+.BR sigqueue (3),
 .BR sigset (3),
 .BR sigsetops (3),
 .BR sigvec (3),