summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-09-06 01:05:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-09-06 01:05:38 (GMT)
commit757194678ac9702d68d42c53e4c2dd192f20171b (patch)
treeda19b88d3acef88db2b4b70b5ff2fe2b3c70c4a8 /doc/tcltest.n
parentff4a267f0be445ca56e06e36c671c793b307814d (diff)
downloadtcl-757194678ac9702d68d42c53e4c2dd192f20171b.zip
tcl-757194678ac9702d68d42c53e4c2dd192f20171b.tar.gz
tcl-757194678ac9702d68d42c53e4c2dd192f20171b.tar.bz2
* doc/tcltest.n: Clarified phrasing.
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index 6362d0e..88cb542 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.32 2002/07/08 20:43:49 dgp Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.33 2002/09/06 01:05:38 dgp Exp $
'\"
.so man.macros
.TH "tcltest" n 2.1 tcltest "Tcl Bundled Packages"
@@ -411,7 +411,7 @@ release 3.5.''
During evaluation of [\fBtest\fR], the \fIname\fR will be compared
to the lists of string matching patterns returned by
[\fBconfigure -match\fR], and [\fBconfigure -skip\fR]. The test
-will be run only if \fIname\fR matches one of the patterns from
+will be run only if \fIname\fR matches any of the patterns from
[\fBconfigure -match\fR] and matches none of the patterns
from [\fBconfigure -skip\fR].
.PP