signal.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-08-26 21:45:13 +02:00
parent 18b028be2d
commit 96e472175c
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ and
.BR SIGFPE , .BR SIGFPE ,
generated as a generated as a
consequence of executing a specific machine-language instruction consequence of executing a specific machine-language instruction
are thread directed, as are signals targeted at a specific thread using are thread-directed, as are signals targeted at a specific thread using
.BR pthread_kill (3)). .BR pthread_kill (3)).
A process-directed signal may be delivered to any one of the A process-directed signal may be delivered to any one of the
threads that does not currently have the signal blocked. threads that does not currently have the signal blocked.