aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-17 11:43:37 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-17 11:43:37 +0100
commite066dcb35a22e10404c5190d339064bfc3ba8358 (patch)
treedd85a2733e7fc0f5a497532e98fae350195121c0
parente7a5700f2313e26b80d5bca250503b1c7272e581 (diff)
downloadman-pages-e066dcb35a22e10404c5190d339064bfc3ba8358.tar.gz
signal.7: Fixes to the text of "Execution of signals handlers"
See https://lore.kernel.org/linux-man/3fac10ea-7fed-739b-4974-09845f34867f@gmail.com/ Reported-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/signal.74
1 files changed, 1 insertions, 3 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 0863289e1b..d0a1eb5b20 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -325,9 +325,7 @@ interrupted by the signal handler.
.PP
Note that if the signal handler does not return
(e.g., control is transferred out of the handler using
-.BR siglongjmp (3)
-or
-.BR swapcontext (3),
+.BR siglongjmp (3),
or the handler executes a new program with
.BR execve (2)),
then the final step is not performed.