diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-26 06:13:39 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-26 07:33:17 +0100 |
| commit | 1c1cbf3db6f4be0d2312b80f1a45ee823eaa5c1f (patch) | |
| tree | 8697ee6d95b1520ae92335588a90c0e9f20e83d8 /man7/signal.7 | |
| parent | aa17b6e735109fc4c7d441ab718e7a979022b028 (diff) | |
| download | man-pages-1c1cbf3db6f4be0d2312b80f1a45ee823eaa5c1f.tar.gz | |
signal.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/signal.7')
| -rw-r--r-- | man7/signal.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/signal.7 b/man7/signal.7 index 5c3e278b73..a7fd9f0014 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 |
