OSDN Git Service

LDP: Update original to LDP v3.76
[linuxjm/LDP_man-pages.git] / original / man2 / tkill.2
index 5f2c4c5..f87ab59 100644 (file)
@@ -26,7 +26,7 @@
 .\" 2004-05-31, added tgkill, ahu, aeb
 .\" 2008-01-15 mtk -- rewrote DESCRIPTION
 .\"
-.TH TKILL 2 2012-07-13 "Linux" "Linux Programmer's Manual"
+.TH TKILL 2 2014-12-31 "Linux" "Linux Programmer's Manual"
 .SH NAME
 tkill, tgkill \- send a signal to a thread
 .SH SYNOPSIS
@@ -83,13 +83,6 @@ Avoid using this system call.
 .\"     possibly by lowering the max pid parameter in /proc, forcing
 .\"     the same tid to be reused rapidly.
 
-If
-.I tgid
-is specified as \-1,
-.BR tgkill ()
-is equivalent to
-.BR tkill ().
-
 These are the raw system call interfaces, meant for internal
 thread library use.
 .SH RETURN VALUE
@@ -134,7 +127,7 @@ Glibc does not provide wrappers for these system calls; call them using
 .BR kill (2),
 .BR rt_sigqueueinfo (2)
 .SH COLOPHON
-This page is part of release 3.75 of the Linux
+This page is part of release 3.76 of the Linux
 .I man-pages
 project.
 A description of the project,