diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-08-26 21:45:13 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-08-26 21:45:13 +0200 |
| commit | 96e472175c4fce49423f6f39eb2bff0a80ebf3ce (patch) | |
| tree | 423c15d01df5d77a5d0738414277d0fb89d028ed /man7/signal.7 | |
| parent | 18b028be2d692b910051893f07f50795a2afae28 (diff) | |
| download | man-pages-96e472175c4fce49423f6f39eb2bff0a80ebf3ce.tar.gz | |
signal.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/signal.7')
| -rw-r--r-- | man7/signal.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/signal.7 b/man7/signal.7 index b20f9fbe53..0804d68f00 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -201,7 +201,7 @@ and .BR SIGFPE , generated as a 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)). A process-directed signal may be delivered to any one of the threads that does not currently have the signal blocked. |
