aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/system_data_types.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 6765ceb4db..b97e7b5a38 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -77,7 +77,7 @@ typedef struct {
int si_code; /* Signal code */
pid_t si_pid; /* Sending process ID */
uid_t si_uid; /* Real user ID of sending process */
- void *si_addr; /* Address of faulting instruction */
+ void *si_addr; /* Memory location which caused fault */
int si_status; /* Exit value or signal */
union sigval si_value; /* Signal value */
} siginfo_t;