This commit is contained in:
Michael Kerrisk 2008-03-25 06:29:23 +00:00
parent 31a7796178
commit a7e7c7fcfe
1 changed files with 1 additions and 1 deletions

View File

@ -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),