about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-16 20:55:48 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-16 20:55:48 +0100
commita8f736b4cf8d186af4aea6f48ae7a5335d9ad8bb (patch)
treee5e5b74b68f514c29b1230cfadbfd79a39e6ef34 /Doc/Zsh/options.yo
parent441c19c16147f6ce9d0748b4495892ea353a30fb (diff)
downloadzsh-a8f736b4cf8d186af4aea6f48ae7a5335d9ad8bb.tar.gz
zsh-a8f736b4cf8d186af4aea6f48ae7a5335d9ad8bb.tar.xz
zsh-a8f736b4cf8d186af4aea6f48ae7a5335d9ad8bb.zip
Users/18033: Documentation for exit and ERR_EXIT.
Notes about interaction with asynchronous jobs such as process
substitution and multios.
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 90552157f..3c6ea63b8 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1553,6 +1553,11 @@ the trap.  If the option tt(DEBUG_BEFORE_CMD) is set,
 as it is by default, and the option tt(ERR_EXIT) is found to have been set
 on exit, then the command for which the tt(DEBUG) trap is being executed is
 skipped.  The option is restored after the trap exits.
+
+Exiting due to tt(ERR_EXIT) has certain interactions with asynchronous
+jobs noted in
+ifzman(the section JOBS in in zmanref(zshmisc))\
+ifnzman(noderef(Jobs & Signals)).
 )
 pindex(ERR_RETURN)
 pindex(NO_ERR_RETURN)