summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-01-24 14:07:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-01-24 14:07:39 (GMT)
commit4153d1c96b34a5db96160e30ff715b3c4fec7148 (patch)
treea92815f3cddf302901c73b905e6f33b00ff47602 /doc/tcltest.n
parentd52dfb6c70dc389c6e212ed49b127d02fe683681 (diff)
downloadtcl-4153d1c96b34a5db96160e30ff715b3c4fec7148.zip
tcl-4153d1c96b34a5db96160e30ff715b3c4fec7148.tar.gz
tcl-4153d1c96b34a5db96160e30ff715b3c4fec7148.tar.bz2
corrected overlooked bump to version 2.2
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index efae16d..28be55e 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -8,17 +8,17 @@
'\" 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.36 2002/10/03 15:39:56 dgp Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.37 2003/01/24 14:07:39 dgp Exp $
'\"
.so man.macros
-.TH "tcltest" n 2.1 tcltest "Tcl Bundled Packages"
+.TH "tcltest" n 2.2 tcltest "Tcl Bundled Packages"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
tcltest \- Test harness support code and utilities
.SH SYNOPSIS
.nf
-\fBpackage require tcltest ?2.1?\fR
+\fBpackage require tcltest ?2.2?\fR
.sp
\fBtcltest::test \fIname description ?option value ...?\fR
\fBtcltest::test \fIname description ?constraints? body result\fR