From 96e472175c4fce49423f6f39eb2bff0a80ebf3ce Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 26 Aug 2019 21:45:13 +0200 Subject: [PATCH] signal.7: tfix Signed-off-by: Michael Kerrisk --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index b20f9fbe5..0804d68f0 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.