Blame bash-4.2-manpage_trap.patch

Petr Šabata 33fc6c
diff -up bash-4.1/doc/bash.1.manpage_trap bash-4.1/doc/bash.1
Petr Šabata 33fc6c
--- bash-4.1/doc/bash.1.manpage_trap	2012-08-28 10:06:00.561999092 +0200
Petr Šabata 33fc6c
+++ bash-4.1/doc/bash.1	2012-08-28 10:06:24.225304505 +0200
Petr Šabata 33fc6c
@@ -9251,7 +9251,7 @@ being inverted via
Petr Šabata 33fc6c
 These are the same conditions obeyed by the \fBerrexit\fP (\fB\-e\fP) option.
Petr Šabata 33fc6c
 .if t .sp 0.5
Petr Šabata 33fc6c
 .if n .sp 1
Petr Šabata 33fc6c
-Signals ignored upon entry to the shell cannot be trapped or reset.
Petr Šabata 33fc6c
+Signals ignored upon entry to the shell cannot be trapped, reset or listed.
Petr Šabata 33fc6c
 Trapped signals that are not being ignored are reset to their original
Petr Šabata 33fc6c
 values in a subshell or subshell environment when one is created.
Petr Šabata 33fc6c
 The return status is false if any