diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-09-28 15:26:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-09-28 15:26:44 +0000 |
commit | 81a331a3eaf81352b0f06a7b91f9ced73be04741 (patch) | |
tree | 62c9229d625c27e267441961d229bf8047792b27 /Doc/Zsh | |
parent | c3ca181fbe299b0f61885cc591fd7e1c01aee8f1 (diff) | |
download | zsh-81a331a3eaf81352b0f06a7b91f9ced73be04741.tar.gz zsh-81a331a3eaf81352b0f06a7b91f9ced73be04741.tar.xz zsh-81a331a3eaf81352b0f06a7b91f9ced73be04741.zip |
21779 plus unposted catch change: exception improvementss
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index a18910f75..f6b434c64 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1284,8 +1284,8 @@ example({ In common with exception handling in other languages, the exception may be thrown by code deeply nested inside the `try' block. However, note that it must be thrown inside the current shell, not in a subshell forked for a -pipline, parenthesised current-shell construct, or some form of -substitution. +pipeline, parenthesised current-shell construct, or some form of +command or process substitution. The system internally uses the shell variable tt(EXCEPTION) to record the name of the exception between throwing and catching. One drawback of this |