minor punctuation clarification

This commit is contained in:
Michael Kerrisk 2006-02-16 04:55:18 +00:00
parent 29546c248f
commit 82a060204c
1 changed files with 2 additions and 3 deletions

View 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