From 73932e1279a632e15ec2345020816398160db34f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 14 Jul 2007 03:08:42 +0000 Subject: [PATCH] s/si_sign/si_errno/ in statement about which field is unused. --- man2/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index dc8657a17..0245bbca2 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -229,7 +229,7 @@ siginfo_t { .IR si_signo ", " si_errno " and " si_code are defined for all signals. -.RI ( si_signo +.RI ( si_errno is unused on Linux.) The rest of the struct may be a union, so that one should only read the fields that are meaningful for the given signal: