sigqueue.2, pthreads.7, signal.7: SEE ALSO: Add pthread_sigqueue(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-17 06:56:44 +01:00
parent 5427f5fbfc
commit 36757dc153
3 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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),