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