pthread_sigqueue.3: Minor fix: Change reference to sigwait(2) to sigwait(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-18 06:02:56 +02:00
parent 5b36ada079
commit 7205993b4f
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ This function is a GNU extension.
.SH SEE ALSO
.BR sigaction (2),
.BR sigqueue (2),
.BR sigwait (2),
.BR sigwait (3),
.BR pthread_sigmask (3),
.BR pthreads (7),
.BR signal (7)