pthread_kill.3: Inclusion of pthread.h instead of signal.h

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ola Olsson 2014-02-04 10:10:48 +01:00 committed by Michael Kerrisk
parent 9988463a26
commit fe541ffe54
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_KILL 3 2013-12-28 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_KILL 3 2014-02-04 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_kill \- send a signal to a thread
.SH SYNOPSIS
.nf
.B #include <signal.h>
.B #include <pthread.h>
.BI "int pthread_kill(pthread_t " thread ", int " sig );
.fi