From 36757dc153dad5757da6b20b0cf543b1558a3b5a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 17 Nov 2010 06:56:44 +0100 Subject: [PATCH] sigqueue.2, pthreads.7, signal.7: SEE ALSO: Add pthread_sigqueue(3) Signed-off-by: Michael Kerrisk --- man2/sigqueue.2 | 1 + man7/pthreads.7 | 1 + man7/signal.7 | 1 + 3 files changed, 3 insertions(+) diff --git a/man2/sigqueue.2 b/man2/sigqueue.2 index cefd59408..6cfa64673 100644 --- a/man2/sigqueue.2 +++ b/man2/sigqueue.2 @@ -147,5 +147,6 @@ info.si_value = val; /* argument supplied to sigqueue() */ .BR kill (2), .BR sigaction (2), .BR signal (2), +.BR pthread_sigqueue (3), .BR sigwait (3), .BR signal (7) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 162f5278a..1452e2fc6 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -919,5 +919,6 @@ and various Pthreads manual pages, for example: .BR pthread_setcanceltype (3), .BR pthread_setspecific (3), .BR pthread_sigmask (3), +.BR pthread_sigqueue (3), and .BR pthread_testcancel (3) diff --git a/man7/signal.7 b/man7/signal.7 index cd55cc964..c4516c244 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -865,6 +865,7 @@ signal 29 is .BR bsd_signal (3), .BR longjmp (3), .BR raise (3), +.BR pthread_sigqueue (3), .BR sigset (3), .BR sigsetops (3), .BR sigvec (3),