Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> --- 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 -- 2.30.0.rc1