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>
This commit is contained in:
Michael Kerrisk 2020-11-17 11:43:37 +01:00
parent e7a5700f23
commit e066dcb35a
1 changed files with 1 additions and 3 deletions

View File

@ -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.