summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/trace.n4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe49956..2d2ef49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-07 Jeff Hobbs <hobbs@scriptics.com>
+
+ * doc/trace.n: minor doc cleanup
+
2000-09-06 André Pönitz <poenitz@htwm.de>
* doc/*.n: added or changed "SEE ALSO:" section
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.