summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2009-01-14 14:14:03 (GMT)
committerdgp@users.sourceforge.net <dgp>2009-01-14 14:14:03 (GMT)
commitebb339bfa264a0cddbb73c7023fd208804dd95a9 (patch)
treefc1eb9a4259e378f13cc3d122ae33871c7ede8b0
parentaf28b520bfabefa83ea6c5c664343dc2450e7162 (diff)
downloadtcl-ebb339bfa264a0cddbb73c7023fd208804dd95a9.zip
tcl-ebb339bfa264a0cddbb73c7023fd208804dd95a9.tar.gz
tcl-ebb339bfa264a0cddbb73c7023fd208804dd95a9.tar.bz2
typo
-rw-r--r--doc/CrtTrace.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtTrace.3 b/doc/CrtTrace.3
index 0c02776..b56a878 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.16 2008/10/15 10:43:37 dkf Exp $
+'\" RCS: @(#) $Id: CrtTrace.3,v 1.17 2009/01/14 14:14:03 dgp Exp $
'\"
.so man.macros
.TH Tcl_CreateTrace 3 "" Tcl "Tcl Library Procedures"
@@ -89,7 +89,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