From 1c1cbf3db6f4be0d2312b80f1a45ee823eaa5c1f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 26 Mar 2014 06:13:39 +0100 Subject: [PATCH] signal.7: grfix 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 5c3e278b7..a7fd9f001 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -396,7 +396,7 @@ with the signal. If the receiving process establishes a handler for this signal using the .B SA_SIGINFO flag to -.BR sigaction (2) +.BR sigaction (2), then it can obtain this data via the .I si_value field of the