diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-16 22:27:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-16 22:27:35 (GMT) |
commit | 997cbc8e44adfb82f296221d13d45f79714f745b (patch) | |
tree | 5ad8ce052ad85fb69d3b79a73a2f24e6f9406ba1 | |
parent | 3be076f63eb1d301a7fa6d5682970b60018459fa (diff) | |
download | tcl-997cbc8e44adfb82f296221d13d45f79714f745b.zip tcl-997cbc8e44adfb82f296221d13d45f79714f745b.tar.gz tcl-997cbc8e44adfb82f296221d13d45f79714f745b.tar.bz2 |
typo
-rw-r--r-- | doc/trace.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/trace.n b/doc/trace.n index 117ee6e..0e2654b 100644 --- a/doc/trace.n +++ b/doc/trace.n @@ -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: trace.n,v 1.10 2002/06/17 22:52:51 hobbs Exp $ +'\" RCS: @(#) $Id: trace.n,v 1.11 2002/07/16 22:27:35 dgp Exp $ '\" .so man.macros .TH trace n "8.4" Tcl "Tcl Built-In Commands" @@ -56,7 +56,7 @@ command is as follows: \fIcommand oldName newName op\fR .CE \fIOldName\fR and \fInewName\fR give the traced command's current -(old) namename, and the name to which it is being renamed (the empty +(old) name, and the name to which it is being renamed (the empty string if this is a 'delete' operation). \fIOp\fR indicates what operation is being performed on the command, and is one of \fBrename\fR or \fBdelete\fR as |