diff options
author | Jari Aalto <jari.aalto@cante.net> | 2004-11-09 21:37:25 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:57 +0000 |
commit | eb87367179effbe5f430236db8259006d71438b7 (patch) | |
tree | 012cd9de789fea49510f8e25118acf2be9bfa2ed /doc | |
parent | b80f6443b6b7b620c7272664c66ecb0b120a0998 (diff) | |
download | android_external_bash-eb87367179effbe5f430236db8259006d71438b7.tar.gz android_external_bash-eb87367179effbe5f430236db8259006d71438b7.tar.bz2 android_external_bash-eb87367179effbe5f430236db8259006d71438b7.zip |
Imported from ../bash-3.0.16.tar.gz.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bashref.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bashref.texi b/doc/bashref.texi index 3b33021..96b9c01 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -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. |