diff options
author | hobbs <hobbs> | 2001-11-12 19:37:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-12 19:37:03 (GMT) |
commit | b99964b24ae10d1d9df46dd6069ca45ef0b462f8 (patch) | |
tree | 95dfc7e9e510f0881620425f8f90568b78bd2682 /doc/tcltest.n | |
parent | dc126cb94dc1c1b9f14b7d8217a6f4f4eda653dc (diff) | |
download | tcl-b99964b24ae10d1d9df46dd6069ca45ef0b462f8.zip tcl-b99964b24ae10d1d9df46dd6069ca45ef0b462f8.tar.gz tcl-b99964b24ae10d1d9df46dd6069ca45ef0b462f8.tar.bz2 |
correct nroff format problems
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r-- | doc/tcltest.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index e2d0790..c1fb271 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.12 2001/11/10 02:34:57 hobbs Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.13 2001/11/12 19:37:03 hobbs Exp $ '\" .so man.macros .TH "tcltest" n 8.4 Tcl "Tcl Built-In Commands" @@ -879,9 +879,9 @@ tclsh all.tcl -constraints "knownBug nonPortable" See the \fI"Constraints"\fR section for information about using built-in constraints and adding new ones. .PP -When tests are run from within an \'all.tcl\' file, all files with a -\'.test\' extension are normally run. An individual test file will be -skipped if one of the following conditions is met: +When tests are run from within an \fBall.tcl\fR file, all files with a +``\fI.test\fR'' extension are normally run. An individual test file will +be skipped if one of the following conditions is met: .IP [1] the \fIname\fR of the test files does not match (using glob style matching) one or more elements in the \fBtcltest::matchFiles\fR variable |