summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-03-27 08:19:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-03-27 08:19:57 (GMT)
commit5003cf213ea8c44687443350d6c1c10d691dad4e (patch)
tree8eb06cbe5adb9b0201e5058335f5e04370df57ac /doc/tcltest.n
parentb2c0ae891a638888904d882ce02ed1637b867403 (diff)
downloadtcl-5003cf213ea8c44687443350d6c1c10d691dad4e.zip
tcl-5003cf213ea8c44687443350d6c1c10d691dad4e.tar.gz
tcl-5003cf213ea8c44687443350d6c1c10d691dad4e.tar.bz2
* Major code cleanup to deal with whitespace,
coding conventions, and namespace issues, with several minor bugs fixed in the process.
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index c1fb271..9996f48 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -7,7 +7,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.13 2001/11/12 19:37:03 hobbs Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.14 2002/03/27 08:19:57 dgp Exp $
'\"
.so man.macros
.TH "tcltest" n 8.4 Tcl "Tcl Built-In Commands"
@@ -93,6 +93,8 @@ tcltest \- Test harness support code and utilities
\fBtcltest::restoreState\fR
.sp
\fBtcltest::threadReap\fR
+.sp
+\fBtcltest::mainThread\fR
.BE
.SH DESCRIPTION
.PP