diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-14 14:13:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-14 14:13:17 (GMT) |
commit | 93e5e125ba5052feeefa268b542cad1619074788 (patch) | |
tree | 25db004c678f13f92d2d06f59ffcfc9c856d6a08 | |
parent | 7c046b459d010a331697abb8a76eecc8a81968c4 (diff) | |
download | tcl-93e5e125ba5052feeefa268b542cad1619074788.zip tcl-93e5e125ba5052feeefa268b542cad1619074788.tar.gz tcl-93e5e125ba5052feeefa268b542cad1619074788.tar.bz2 |
typo
-rw-r--r-- | doc/CrtTrace.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtTrace.3 b/doc/CrtTrace.3 index b1cadf6..3ea1328 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.14 2008/03/26 09:59:22 dkf Exp $ +'\" RCS: @(#) $Id: CrtTrace.3,v 1.14.2.1 2009/01/14 14:13:17 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 |