Imported from ../bash-3.0.16.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:57 +00:00
parent b80f6443b6
commit eb87367179
21 changed files with 181 additions and 67 deletions
+2 -1
View File
@@ -5953,7 +5953,8 @@ The @code{trap} builtin displays signal names without the leading
@item
The @code{trap} builtin doesn't check the first argument for a possible
signal specification and revert the signal handling to the original
disposition if it is. If users want to reset the handler for a given
disposition if it is, unless that argument consists solely of digits and
is a valid signal number. If users want to reset the handler for a given
signal to the original disposition, they should use @samp{-} as the
first argument.