]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
minor punctuation clarification
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 16 Feb 2006 04:55:18 +0000 (04:55 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 16 Feb 2006 04:55:18 +0000 (04:55 +0000)
man2/clone.2

index 6b18578f77c32a2b761d1c5cd75dbdb82edef491..051ae069ab107f55a99763bbec9e5d4cf67c43b3 100644 (file)
@@ -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