diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-09-15 23:21:36 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-09-15 23:21:36 (GMT) |
commit | 3b758e2b4a8ff0cf42f0ac29512d0130bf17f5c3 (patch) | |
tree | 2472cf34aac32d9f94ede8b417325f403c0873a4 | |
parent | 2e0d56ce4adf7d46939045b67a033c40d0f8017f (diff) | |
download | tcl-3b758e2b4a8ff0cf42f0ac29512d0130bf17f5c3.zip tcl-3b758e2b4a8ff0cf42f0ac29512d0130bf17f5c3.tar.gz tcl-3b758e2b4a8ff0cf42f0ac29512d0130bf17f5c3.tar.bz2 |
* doc/ParseCmd.3: copy/paste fix [Bug 1292427]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/ParseCmd.3 | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-09-15 Miguel Sofer <msofer@users.sf.net> + + * doc/ParseCmd.3: copy/paste fix [Bug 1292427] + 2005-09-15 Donal K. Fellows <donal.k.fellows@man.ac.uk> * unix/tcl.m4 (SC_TCL_EARLY_FLAGS): Added extra hack to allow Tcl 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 |