summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-21 23:17:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-21 23:17:37 (GMT)
commitc5de95ef4f7261b14f8ff65e8bef6ec08967f12d (patch)
treed84799933afef1a40286645231964e07d3d3cbfb /doc/interp.n
parentff53303dbf5fc75eea7bb3d9bc569267adb1d49b (diff)
downloadtcl-c5de95ef4f7261b14f8ff65e8bef6ec08967f12d.zip
tcl-c5de95ef4f7261b14f8ff65e8bef6ec08967f12d.tar.gz
tcl-c5de95ef4f7261b14f8ff65e8bef6ec08967f12d.tar.bz2
* doc/AddErrInfo.3: Typo corrections (Thanks Daniel South).
* doc/interp.n:
Diffstat (limited to 'doc/interp.n')
-rw-r--r--doc/interp.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/interp.n b/doc/interp.n
index b3e79e1..e80d583 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: interp.n,v 1.21 2004/11/20 00:17:32 dgp Exp $
+'\" RCS: @(#) $Id: interp.n,v 1.22 2004/11/21 23:17:50 dgp Exp $
'\"
.so man.macros
.TH interp n 7.6 Tcl "Tcl Built-In Commands"
@@ -178,7 +178,7 @@ exists, the command raises an error.
This command concatenates all of the \fIarg\fR arguments in the same
fashion as the \fBconcat\fR command, then evaluates the resulting string as
a Tcl script in the slave interpreter identified by \fIpath\fR. The result
-of this evaluation (including all \fBreturn\fT options,
+of this evaluation (including all \fBreturn\fR options,
such as \fB-errorinfo\fR and \fB-errorcode\fR information, if an error occurs)
is returned to the invoking interpreter.
Note that the script will be executed in the current context stack frame of the
@@ -362,7 +362,7 @@ what to set the interpreter's background error to. See the
This command concatenates all of the \fIarg\fR arguments in
the same fashion as the \fBconcat\fR command, then evaluates
the resulting string as a Tcl script in \fIslave\fR.
-The result of this evaluation (including all \fBreturn\fT options,
+The result of this evaluation (including all \fBreturn\fR options,
such as \fB-errorinfo\fR and \fB-errorcode\fR information, if an error occurs)
is returned to the invoking interpreter.
Note that the script will be executed in the current context stack frame