s/si_sign/si_errno/ in statement about which field is unused.

This commit is contained in:
Michael Kerrisk 2007-07-14 03:08:42 +00:00
parent 84b1afa3f8
commit 73932e1279
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ siginfo_t {
.IR si_signo ", " si_errno " and " si_code .IR si_signo ", " si_errno " and " si_code
are defined for all signals. are defined for all signals.
.RI ( si_signo .RI ( si_errno
is unused on Linux.) is unused on Linux.)
The rest of the struct may be a union, so that one should only The rest of the struct may be a union, so that one should only
read the fields that are meaningful for the given signal: read the fields that are meaningful for the given signal: