summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-01-14 14:12:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-01-14 14:12:23 (GMT)
commit97bd7b4efa503d9bb23e9c0dd3bade2ba8698bc4 (patch)
treed4b1e9438f7a5179c629d92e0277d4884e640067 /doc
parent3e8e91ba6eeecf57c292bc3922807c50dfa82572 (diff)
downloadtcl-97bd7b4efa503d9bb23e9c0dd3bade2ba8698bc4.zip
tcl-97bd7b4efa503d9bb23e9c0dd3bade2ba8698bc4.tar.gz
tcl-97bd7b4efa503d9bb23e9c0dd3bade2ba8698bc4.tar.bz2
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/CrtTrace.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtTrace.3 b/doc/CrtTrace.3
index f0d4d7a..038dfd6 100644
--- a/doc/CrtTrace.3
+++ b/doc/CrtTrace.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: CrtTrace.3,v 1.6.2.1 2003/07/18 15:20:51 dgp Exp $
+'\" RCS: @(#) $Id: CrtTrace.3,v 1.6.2.2 2009/01/14 14:12:23 dgp Exp $
'\"
.so man.macros
.TH Tcl_CreateTrace 3 "" Tcl "Tcl Library Procedures"
@@ -87,7 +87,7 @@ points to a string containing the text of the command, before any
argument substitution. The \fIcommandToken\fR parameter is a Tcl
command token that identifies the command to be invoked. The token
may be passed to \fBTcl_GetCommandName\fR,
-\fBTcl_GetCommandTokenInfo\fR, or \fBTcl_SetCommandTokenInfo\fR to
+\fBTcl_GetCommandInfoFromToken\fR, or \fBTcl_SetCommandInfoFromToken\fR to
manipulate the definition of the command. The \fIobjc\fR and \fIobjv\fR
parameters designate the final parameter count and parameter vector
that will be passed to the command, and have had all substitutions