]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
signal.7: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 26 Aug 2019 19:45:13 +0000 (21:45 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 26 Aug 2019 19:45:13 +0000 (21:45 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/signal.7

index b20f9fbe53bda3766cd1d7269b623e7016af46c9..0804d68f00e3a320e7f72accec0b798d395d5f71 100644 (file)
@@ -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.