From c1d627396395f111d15aae5b35e78c213b09c9b7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Mar 2020 09:22:38 +0200 Subject: [PATCH] signal.7: wfix Reported-by: Pablo M. Ronchi 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 d34e536f1..a0406d649 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -207,7 +207,7 @@ that triggered a hardware exception (e.g., .B SIGSEGV for an invalid memory access, or .B SIGFPE -for a math error), or because it was it was +for a math error), or because it was targeted at a specific thread using interfaces such as .BR tgkill (2)