summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-03-30 00:56:28 (GMT)
committerhobbs <hobbs>2001-03-30 00:56:28 (GMT)
commit04bc231d0eaa06994bc6cab2b61b518e200fab0c (patch)
tree4ee68545b1cc67300054af7600fce9b934ee0fdc
parent3089453c39cdc246fa1c57bbc46c865f82fc9909 (diff)
downloadtcl-04bc231d0eaa06994bc6cab2b61b518e200fab0c.zip
tcl-04bc231d0eaa06994bc6cab2b61b518e200fab0c.tar.gz
tcl-04bc231d0eaa06994bc6cab2b61b518e200fab0c.tar.bz2
doc fixes
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efa15be..b8e824b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
2001-03-29 Jeff Hobbs <jeffh@gimlet.activestate.com>
+ * doc/tcltest.n: corrected incorrect macro usage.
+
+ * doc/lsort.n: corrected unbalanced nroff macros.
+
* unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race
condition and security leak in tmp filename creation.
(max) [Patch #402924]