diff --git a/man2/tkill.2 b/man2/tkill.2 index a9a2c3a41..0df2d65e2 100644 --- a/man2/tkill.2 +++ b/man2/tkill.2 @@ -26,7 +26,7 @@ .\" 2004-05-31, added tgkill, ahu, aeb .\" 2008-01-15 mtk -- rewote DESCRIPTION .\" -.TH TKILL 2 2008-10-01 "Linux" "Linux Programmer's Manual" +.TH TKILL 2 2011-09-18 "Linux" "Linux Programmer's Manual" .SH NAME tkill, tgkill \- send a signal to a thread .SH SYNOPSIS @@ -105,4 +105,5 @@ Glibc does not provide wrappers for these system calls; call them using .SH "SEE ALSO" .BR clone (2), .BR gettid (2), -.BR kill (2) +.BR kill (2), +.BR rt_sigqueueinfo (2)