diff options
author | Han Pingtian <hanpt@linux.vnet.ibm.com> | 2015-04-13 06:24:25 +0800 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-04-13 11:30:23 +0100 |
commit | 959aa75423c56f57ea7f8fa9f7a7baa32caf46ac (patch) | |
tree | f705cf748391ca5830fda4933172bf48066ad83f /Doc/Zsh | |
parent | 20982001b1ba4dd5a133f4b0b8994735758b815b (diff) | |
download | zsh-959aa75423c56f57ea7f8fa9f7a7baa32caf46ac.tar.gz zsh-959aa75423c56f57ea7f8fa9f7a7baa32caf46ac.tar.xz zsh-959aa75423c56f57ea7f8fa9f7a7baa32caf46ac.zip |
34880: POSIX_TRAPS doc
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index f0d6f1d3c..20d9fc2a8 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -2097,7 +2097,7 @@ pindex(NOPOSIXTRAPS) cindex(traps, on function exit) cindex(traps, POSIX compatibility) item(tt(POSIX_TRAPS) <K> <S>)( -When the is option is set, the usual zsh behaviour of executing +When this option is set, the usual zsh behaviour of executing traps for tt(EXIT) on exit from shell functions is suppressed. In that case, manipulating tt(EXIT) traps always alters the global trap for exiting the shell; the tt(LOCAL_TRAPS) option is |