diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-14 15:59:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-14 15:59:15 (GMT) |
commit | e513a2af4d14837117981f12dc2a11c116cd7683 (patch) | |
tree | 57bf378d64f65a453dc1b7f96737acb422ed5afd /doc | |
parent | 96e6cf13bf6f34d470255420538843d45d04aed9 (diff) | |
download | tcl-e513a2af4d14837117981f12dc2a11c116cd7683.zip tcl-e513a2af4d14837117981f12dc2a11c116cd7683.tar.gz tcl-e513a2af4d14837117981f12dc2a11c116cd7683.tar.bz2 |
Added missing text. Noticed by Emiliano Gavilan.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/try.n | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: try.n,v 1.1 2008/12/16 21:29:10 dkf Exp $ +'\" RCS: @(#) $Id: try.n,v 1.2 2009/10/14 15:59:15 dkf Exp $ '\" .so man.macros .TH try n 8.6 Tcl "Tcl Built-In Commands" @@ -51,7 +51,8 @@ non-empty, it names a variable into which the result of the evaluation of \fIbody\fR (from the main \fBtry\fR) will be placed; this will contain the human-readable form of any errors. If the second word of the list is present and non-empty, it names a variable into which the options dictionary of the -interpreter at the moment of completion of execution of \fIbody\fR. +interpreter at the moment of completion of execution of \fIbody\fR +will be placed. .PP The \fIscript\fR word of each \fIhandler\fR is also always interpreted the same: as a Tcl script to evaluate if the clause is matched. If \fIscript\fR is |