system_data_types.7: Defer to sigaction(2) for further information on siginfo_t

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-20 22:07:11 +02:00
parent 6b20a947be
commit 50ba3793f9
1 changed files with 5 additions and 2 deletions

View File

@ -233,8 +233,11 @@ typedef struct {
union sigval si_value; /* Signal value */
} siginfo_t;
.EE
.\".IP
.\" FIXME: Add a description?
.IP
Information associated with a signal.
For further details on this structure
(including additional, Linux-specific fields), see
.BR sigaction (2).
.IP
Conforming to: POSIX.1-2001 and later.
.IP