summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2005-09-15 23:21:35 (GMT)
committermsofer <msofer@noemail.net>2005-09-15 23:21:35 (GMT)
commitbaf1f620d96fb31cd0cd07dee8988e111ddbff01 (patch)
tree2472cf34aac32d9f94ede8b417325f403c0873a4 /doc
parent7cf0f51db6123d1e0c57ad218eb73085a63233a3 (diff)
downloadtcl-baf1f620d96fb31cd0cd07dee8988e111ddbff01.zip
tcl-baf1f620d96fb31cd0cd07dee8988e111ddbff01.tar.gz
tcl-baf1f620d96fb31cd0cd07dee8988e111ddbff01.tar.bz2
* doc/ParseCmd.3: copy/paste fix [Bug 1292427]
FossilOrigin-Name: 6e3d5cce85ee0d71f9fce06dcba932fdb16d26d4
Diffstat (limited to 'doc')
-rw-r--r--doc/ParseCmd.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ParseCmd.3 b/doc/ParseCmd.3
index ac03337..a5f7ddf 100644
--- a/doc/ParseCmd.3
+++ b/doc/ParseCmd.3
@@ -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: ParseCmd.3,v 1.10.2.1 2003/03/19 20:06:50 dgp Exp $
+'\" RCS: @(#) $Id: ParseCmd.3,v 1.10.2.2 2005/09/15 23:21:37 msofer Exp $
'\"
.so man.macros
.TH Tcl_ParseCommand 3 8.3 Tcl "Tcl Library Procedures"
@@ -108,7 +108,7 @@ result, and no information is left at \fI*parsePtr\fR.
.PP
\fBTcl_ParseExpr\fR parses Tcl expressions.
Given a pointer to a script containing an expression,
-\fBTcl_ParseCommand\fR parses the expression.
+\fBTcl_ParseExpr\fR parses the expression.
If the expression was parsed successfully,
\fBTcl_ParseExpr\fR returns \fBTCL_OK\fR and fills in the
structure pointed to by \fIparsePtr\fR with information about the