diff options
author | hobbs <hobbs> | 2000-09-07 17:39:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-09-07 17:39:04 (GMT) |
commit | d4f6b31a2dec8848c222ea910501fc57abd72b31 (patch) | |
tree | 85dcb9d1a0579005dd95db0c7428671d3def23eb /doc | |
parent | 18aa4a07934142e2dfbc98877d82a3a2e595260b (diff) | |
download | tcl-d4f6b31a2dec8848c222ea910501fc57abd72b31.zip tcl-d4f6b31a2dec8848c222ea910501fc57abd72b31.tar.gz tcl-d4f6b31a2dec8848c222ea910501fc57abd72b31.tar.bz2 |
* doc/trace.n: minor doc cleanup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/trace.n | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/trace.n b/doc/trace.n index 99c6a6a..5e822bb 100644 --- a/doc/trace.n +++ b/doc/trace.n @@ -1,11 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. +'\" Copyright (c) 2000 Ajuba Solutions. '\" '\" 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.6 2000/09/07 14:27:52 poenitz Exp $ +'\" RCS: @(#) $Id: trace.n,v 1.7 2000/09/07 17:39:04 hobbs Exp $ '\" .so man.macros .TH trace n "8.4" Tcl "Tcl Built-In Commands" @@ -178,6 +179,7 @@ but will not remove traces on the overall array. .PP This command returns an empty string. .RE +.RE .TP \fBtrace remove \fItype name opList command\fR Where \fItype\fR is either \fBcommand\fR or \fBvariable\fR. |