about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-02-22 20:09:20 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-02-22 20:09:20 +0000
commitdbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8 (patch)
tree41ec7fbda389e5ec8d04a8c3ad21b27f01659912 /Doc/Zsh/options.yo
parent73ebca4fe92767665422e7fd5dc15032add389b4 (diff)
downloadzsh-dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8.tar.gz
zsh-dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8.tar.xz
zsh-dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8.zip
28791: exit on errors with special builtins with POSIXBUILTINS
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 4ecf8f831..892378469 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1871,9 +1871,9 @@ tt(times),
 tt(trap) and
 tt(unset).
 
-In addition, a failed redirection after tt(exec) causes a non-interactive
-shell to exit and an interactive shell to return to its top-level
-processing.
+In addition, various error conditions associated with the above builtins
+or tt(exec) cause a non-interactive shell to exit and an interactive
+shell to return to its top-level processing.
 )
 pindex(POSIX_IDENTIFIERS)
 pindex(NO_POSIX_IDENTIFIERS)