diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-07-13 12:17:21 -0600 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-07-13 12:18:08 -0600 |
| commit | 705ac54d0fe7ec34d66c70e3629f048b5c5cd145 (patch) | |
| tree | 7605cf1f546f25772e90275e57d7e1069d4d1000 /man7 | |
| parent | 9b6aa9d133b4a2d1dc4d0c2b5d7fdd491234eba5 (diff) | |
| download | man-pages-705ac54d0fe7ec34d66c70e3629f048b5c5cd145.tar.gz | |
signal.7: Minor text rework
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/signal.7 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man7/signal.7 b/man7/signal.7 index a2a14985d0..b58728ab22 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -84,12 +84,13 @@ or catch the signal with a .IR "signal handler" , a programmer-defined function that is automatically invoked when the signal is delivered. -(By default, the signal handler is invoked on the +.PP +By default, a signal handler is invoked on the normal process stack. It is possible to arrange that the signal handler uses an alternate stack; see .BR sigaltstack (2) -for a discussion of how to do this and when it might be useful.) +for a discussion of how to do this and when it might be useful. .PP The signal disposition is a per-process attribute: in a multithreaded application, the disposition of a |
