]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
signal.7: Minor text rework
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 13 Jul 2019 18:17:21 +0000 (12:17 -0600)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 13 Jul 2019 18:18:08 +0000 (12:18 -0600)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/signal.7

index a2a14985d02846d26d374570a577cdbce7442e14..b58728ab223c5a09ca7a41e1d66b0b9dc91b8c22 100644 (file)
@@ -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