aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-08-26 21:45:13 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-08-26 21:45:13 +0200
commit96e472175c4fce49423f6f39eb2bff0a80ebf3ce (patch)
tree423c15d01df5d77a5d0738414277d0fb89d028ed /man7
parent18b028be2d692b910051893f07f50795a2afae28 (diff)
downloadman-pages-96e472175c4fce49423f6f39eb2bff0a80ebf3ce.tar.gz
signal.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/signal.72
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.