From fe541ffe54fec1d3b28ab0a5a5c176a022422638 Mon Sep 17 00:00:00 2001 From: Ola Olsson Date: Tue, 4 Feb 2014 10:10:48 +0100 Subject: [PATCH] pthread_kill.3: Inclusion of pthread.h instead of signal.h Signed-off-by: Michael Kerrisk --- man3/pthread_kill.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/pthread_kill.3 b/man3/pthread_kill.3 index bbf5573c4..ddfa1e0d1 100644 --- a/man3/pthread_kill.3 +++ b/man3/pthread_kill.3 @@ -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 +.B #include .BI "int pthread_kill(pthread_t " thread ", int " sig ); .fi