From: bert hubert Documentation is in fact for tgkill and not for tkill Signed-off-by: Andrew Morton --- 25-akpm/kernel/signal.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/signal.c~s-tkill-tgkill-in--documentation kernel/signal.c --- 25/kernel/signal.c~s-tkill-tgkill-in--documentation 2004-05-31 16:55:18.237592024 -0700 +++ 25-akpm/kernel/signal.c 2004-05-31 16:55:18.252589744 -0700 @@ -2178,7 +2178,7 @@ sys_kill(int pid, int sig) } /** - * sys_tkill - send signal to one specific thread + * sys_tgkill - send signal to one specific thread * @tgid: the thread group ID of the thread * @pid: the PID of the thread * @sig: signal to be sent _