From 96f49e54da9f2beafb726e5b352390ed21707853 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 28 Aug 2019 11:58:00 +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 0c655135a..80338ac17 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -200,7 +200,7 @@ other than a hardware exception, or because it was sent using .BR kill (2) or .BR sigqueue (3). -A thread-directed signals is one that is targeted at a specific thread. +A thread-directed signal is one that is targeted at a specific thread. A signal may be thread-directed because it was generated as a consequence of executing a specific machine-language instruction that triggered a hardware exception (e.g.,