From 0580884cc7c050b21aec369d5182a9fa2b267f16 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 29 Dec 2020 21:37:45 +0100 Subject: [PATCH] signal.7: tfix Signed-off-by: Jakub Wilk Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index e5b9e00ca..1b48356b8 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -357,7 +357,7 @@ From the kernel's point of view, execution of the signal handler code is exactly the same as the execution of any other user-space code. That is to say, the kernel does not record any special state information -indicating that the thread is currently excuting inside a signal handler. +indicating that the thread is currently executing inside a signal handler. All necessary state information is maintained in user-space registers and the user-space stack. The depth to which nested signal handlers may be invoked is thus