summaryrefslogtreecommitdiffstats
path: root/doc/Eval.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-19 20:06:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-19 20:06:41 (GMT)
commit16a00586d956341e0f805b7fe688c5362bccd40f (patch)
treedf491f0145ca745f6cdc778695fe286df7a04353 /doc/Eval.3
parenta374ad83cefcf100f139968fd2f38021f43d87e3 (diff)
downloadtcl-16a00586d956341e0f805b7fe688c5362bccd40f.zip
tcl-16a00586d956341e0f805b7fe688c5362bccd40f.tar.gz
tcl-16a00586d956341e0f805b7fe688c5362bccd40f.tar.bz2
* doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and
* doc/ParseCmd.3 (Tcl_EvalTokensStandard): return type errors in documentation. [Bug 683994]
Diffstat (limited to 'doc/Eval.3')
-rw-r--r--doc/Eval.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Eval.3 b/doc/Eval.3
index 4b9ecac..774aa55 100644
--- a/doc/Eval.3
+++ b/doc/Eval.3
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Eval.3,v 1.12 2002/08/05 03:24:39 dgp Exp $
+'\" RCS: @(#) $Id: Eval.3,v 1.12.2.1 2003/03/19 20:06:50 dgp Exp $
'\"
.so man.macros
.TH Tcl_Eval 3 8.1 Tcl "Tcl Library Procedures"
@@ -91,7 +91,8 @@ can be skipped if the object is evaluated again in the future.
The return value from \fBTcl_EvalObjEx\fR (and all the other procedures
described here) is a Tcl completion code with
one of the values \fBTCL_OK\fR, \fBTCL_ERROR\fR, \fBTCL_RETURN\fR,
-\fBTCL_BREAK\fR, or \fBTCL_CONTINUE\fR.
+\fBTCL_BREAK\fR, or \fBTCL_CONTINUE\fR, or possibly some other
+integer value originating in an extension.
In addition, a result value or error message is left in \fIinterp\fR's
result; it can be retrieved using \fBTcl_GetObjResult\fR.
.PP