aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 21:54:02 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 21:57:48 +0100
commit2f296977002d440da860cd91304c0cfe1df2729b (patch)
tree20ea989056e69dea0b0333b3fde09b32a47413c2
parent1680bd6e73c0c0d2d2d71392987b2133f75e08fe (diff)
downloadman-pages-2f296977002d440da860cd91304c0cfe1df2729b.tar.gz
getcontext.3: Mention SA_SIGINFO flag when talking about 3-argument signal handler
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/getcontext.37
1 files changed, 5 insertions, 2 deletions
diff --git a/man3/getcontext.3 b/man3/getcontext.3
index d3d7640df6..fd34784963 100644
--- a/man3/getcontext.3
+++ b/man3/getcontext.3
@@ -109,8 +109,11 @@ The context should have been obtained by a call of
.BR getcontext (),
or
.BR makecontext (3),
-or passed as the third argument to a signal
-handler.
+or received as the third argument to a signal
+handler (see the dicussion of the
+.BR SA_SIGINFO
+flag in
+.BR sigaction (2)).
.PP
If the context was obtained by a call of
.BR getcontext (),