tkill.2: SEE ALSO: Add rt_sigqueueinfo (2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-18 06:32:36 +02:00
parent d4b94904d2
commit 4a19d2ace3
1 changed files with 3 additions and 2 deletions

View File

@ -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)