From 82a060204cc908e85668ed1751434afb26cda5a0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 16 Feb 2006 04:55:18 +0000 Subject: [PATCH] minor punctuation clarification --- man2/clone.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index 6b18578f77..051ae069ab 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -456,11 +456,10 @@ all members of the thread group. Each thread has its own signal mask, as set by .BR sigprocmask (2), -but signals can be pending -either for the whole process +but signals can be pending either: for the whole process (i.e., deliverable to any member of the thread group), when sent with -.BR kill (2) +.BR kill (2); or for an individual thread, when sent with .BR tgkill (2). A call to -- 2.39.5