summaryrefslogtreecommitdiffstats
path: root/doc/CrtCommand.3
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-03-09 12:59:04 (GMT)
committervincentdarley <vincentdarley>2004-03-09 12:59:04 (GMT)
commit178507e4d068311f44babc3ae8960e2555c7841d (patch)
treeb0cb4ba91f317961d72f620ce8fe4c4d002b3bee /doc/CrtCommand.3
parent2e488121f5c9875f01b112b8050af3dedb46ec8b (diff)
downloadtcl-178507e4d068311f44babc3ae8960e2555c7841d.zip
tcl-178507e4d068311f44babc3ae8960e2555c7841d.tar.gz
tcl-178507e4d068311f44babc3ae8960e2555c7841d.tar.bz2
fixed typos in documentation and comments
Diffstat (limited to 'doc/CrtCommand.3')
-rw-r--r--doc/CrtCommand.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtCommand.3 b/doc/CrtCommand.3
index f766361..9f53b93 100644
--- a/doc/CrtCommand.3
+++ b/doc/CrtCommand.3
@@ -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: CrtCommand.3,v 1.5 2002/08/05 03:24:39 dgp Exp $
+'\" RCS: @(#) $Id: CrtCommand.3,v 1.6 2004/03/09 12:59:04 vincentdarley Exp $
'\"
.so man.macros
.TH Tcl_CreateCommand 3 "" Tcl "Tcl Library Procedures"
@@ -111,7 +111,7 @@ the interpreter result to point to a string value;
in the case of a \fBTCL_OK\fR return code this gives the result
of the command, and in the case of \fBTCL_ERROR\fR it gives an error message.
The \fBTcl_SetResult\fR procedure provides an easy interface for setting
-the return value; for complete details on how the the interpreter result
+the return value; for complete details on how the interpreter result
field is managed, see the \fBTcl_Interp\fR man page.
Before invoking a command procedure,
\fBTcl_Eval\fR sets the interpreter result to point to an empty string,