diff options
author | welch <welch> | 1999-08-13 19:01:04 (GMT) |
---|---|---|
committer | welch <welch> | 1999-08-13 19:01:04 (GMT) |
commit | a68fb83f3a0ddf20cf49ad435a61c41cfc0dd1f3 (patch) | |
tree | cd3b66e53e6a65190b6a673870942177b430aaf5 /doc/tcltest.n | |
parent | 9f97a0a02a4ee62615ed9671d5e88017abde1ff3 (diff) | |
download | tcl-a68fb83f3a0ddf20cf49ad435a61c41cfc0dd1f3.zip tcl-a68fb83f3a0ddf20cf49ad435a61c41cfc0dd1f3.tar.gz tcl-a68fb83f3a0ddf20cf49ad435a61c41cfc0dd1f3.tar.bz2 |
Minor tweaks to get these pages through the HTML converterscriptics_tclpro_1_3_0core_8_2_0
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r-- | doc/tcltest.n | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index 557fac3..f597bd8 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -6,7 +6,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.4 1999/07/26 22:50:53 jenn Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.5 1999/08/13 19:01:05 welch Exp $ '\" .so man.macros .TH "Tcltest" n 8.2 Tcl "Tcl Built-In Commands" @@ -21,7 +21,7 @@ Tcltest \- Test harness support code and utilities .sp \fB::tcltest::cleanupTests \fI?runningMultipleTests?\fR .sp -\fB::tcltest::getMatchingTestFiles +\fB::tcltest::getMatchingTestFiles\fR .sp \fB::tcltest::makeFile \fIcontents name\fR .sp @@ -37,11 +37,11 @@ Tcltest \- Test harness support code and utilities .sp \fB::tcltest::bytestring \fIstring\fR .sp -\fB::tcltest::saveState +\fB::tcltest::saveState\fR .sp -\fB::tcltest::restoreState +\fB::tcltest::restoreState\fR .sp -\fB::tcltest::threadReap +\fB::tcltest::threadReap\fR .BE .SH DESCRIPTION .PP @@ -617,7 +617,7 @@ print additional usage information specific to your situation. \fB::tcltest::processCmdLineArgsFlagHook\fP tell the test harness about additional flags that you want it to understand. .TP -\fB::tcltest::processCmdLineArgsHook\fR flags\fP +\fB::tcltest::processCmdLineArgsHook\fR \fIflags\fP process the additional flags that you told the harness about in ::tcltest::processCmdLineArgsFlagHook. .TP |