From 6fd2bb93bfa8c1c3f75bce716603c7a90eb27c37 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Tue, 19 Jun 2007 02:47:07 +0000 Subject: Merge of 21779 plus unposted catch change: exception improvements. --- Doc/Zsh/contrib.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index f1fa0e9e9..2505a66b4 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1130,8 +1130,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 -- cgit 1.4.1