summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2005-09-15 23:13:31 (GMT)
committermsofer <msofer@noemail.net>2005-09-15 23:13:31 (GMT)
commit7dd3182ca056407376685aeb8d8e5a9f8e4ed2c3 (patch)
tree75add71cce80e1e601dccfae011ce95cb58357cd
parentbb80ce9b06fb18bd2dfeb589cb4cc36a0429812c (diff)
downloadtcl-7dd3182ca056407376685aeb8d8e5a9f8e4ed2c3.zip
tcl-7dd3182ca056407376685aeb8d8e5a9f8e4ed2c3.tar.gz
tcl-7dd3182ca056407376685aeb8d8e5a9f8e4ed2c3.tar.bz2
* doc/ParseCmd.3: copy/paste fix [Bug 1292427]
FossilOrigin-Name: 72ad6487a4c689f1ad44ae3e704b463f09a054a1
-rw-r--r--ChangeLog4
-rw-r--r--doc/ParseCmd.34
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 73ab9b6..dc27741 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-15 Miguel Sofer <msofer@users.sf.net>
+
+ * doc/ParseCmd.3: copy/paste fix [Bug 1292427]
+
2005-09-15 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c (TclAppendFormattedObjs): Revision
diff --git a/doc/ParseCmd.3 b/doc/ParseCmd.3
index 783ffb1..921ba22 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.21 2005/05/10 18:33:57 kennykb Exp $
+'\" RCS: @(#) $Id: ParseCmd.3,v 1.22 2005/09/15 23:13:32 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