From a7e7c7fcfe9a4303a997b569e4cf2a14fff4c025 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 25 Mar 2008 06:29:23 +0000 Subject: [PATCH] wfix --- man7/pthreads.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index ec7b12ba3..1cd717324 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -220,7 +220,7 @@ Threads do not share interval timers. Threads do not share a common nice value. .IP \- 3 POSIX.1 distinguishes the notions of signals that are directed -to the process as a whole and signals are directed to individual +to the process as a whole and signals that are directed to individual threads. According to POSIX.1, a process-directed signal (sent using .BR kill (2),