From e513a2af4d14837117981f12dc2a11c116cd7683 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 14 Oct 2009 15:59:15 +0000 Subject: Added missing text. Noticed by Emiliano Gavilan. --- doc/try.n | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/try.n b/doc/try.n index f6ccb7f..84bef03 100644 --- a/doc/try.n +++ b/doc/try.n @@ -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 -- cgit v0.12