summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-10-03 15:39:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-10-03 15:39:55 (GMT)
commitc5b3649d3b52b166ea82c04d1db2e8148457f80f (patch)
tree82ce6bac8fc17b4a127bf54c8b371d2b43efbc71
parentab7c4df02b91f86fd42936b1c44f131bf042fb3f (diff)
downloadtcl-c5b3649d3b52b166ea82c04d1db2e8148457f80f.zip
tcl-c5b3649d3b52b166ea82c04d1db2e8148457f80f.tar.gz
tcl-c5b3649d3b52b166ea82c04d1db2e8148457f80f.tar.bz2
* doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM".
-rw-r--r--ChangeLog4
-rw-r--r--doc/tcltest.n10
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1641124..062f6ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-03 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM".
+
2002-10-03 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tools/man2help2.tcl:
diff --git a/doc/tcltest.n b/doc/tcltest.n
index e9d0549..efae16d 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -8,7 +8,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tcltest.n,v 1.35 2002/09/06 20:46:15 dgp Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.36 2002/10/03 15:39:56 dgp Exp $
'\"
.so man.macros
.TH "tcltest" n 2.1 tcltest "Tcl Bundled Packages"
@@ -1047,10 +1047,10 @@ be reported by [\fBcleanupTests\fR] for tests at the same level as
test level-1.1. However, test results for all tests run prior to
level-1.1 will be available when test level-2.1 runs. What this
means is that if you try to access the test results for test level-2.1,
-it will may say that 'm' tests have run, 'n' tests have been skipped,
-'o' tests have passed and 'p' tests have failed, where 'm', 'n', 'o',
-and 'p' refer to tests that were run at the same test level as
-test level-1.1.
+it will may say that 'm' tests have run, 'n' tests have
+been skipped, 'o' tests have passed and 'p' tests have failed,
+where 'm', 'n', 'o', and 'p' refer to tests that were run at the
+same test level as test level-1.1.
.PP
Implementation of output and error comparison in the test command
depends on usage of puts in your application code. Output is