signal.7: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2020-12-29 21:37:45 +01:00 committed by Michael Kerrisk
parent c55f66855e
commit 0580884cc7
1 changed files with 1 additions and 1 deletions

View File

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