diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-03 00:54:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-03 00:54:48 (GMT) |
commit | acd9de14907e7a2986ab416ecdef1d9393f76799 (patch) | |
tree | 1fbbe1ea922edfd35b5ff7fcdd93e9a81c24ddcf /doc | |
parent | 05a656a52a101ad5b81f2f2bc1dbaa8575ec8790 (diff) | |
download | tcl-acd9de14907e7a2986ab416ecdef1d9393f76799.zip tcl-acd9de14907e7a2986ab416ecdef1d9393f76799.tar.gz tcl-acd9de14907e7a2986ab416ecdef1d9393f76799.tar.bz2 |
incorrect section name reference.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tcltest.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index f80260c..aad910b 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.28 2002/07/03 00:41:38 dgp Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.29 2002/07/03 00:54:48 dgp Exp $ '\" .so man.macros .TH "tcltest" n 2.1 tcltest "Tcl Bundled Packages" @@ -91,7 +91,7 @@ commands provided by \fBtcltest\fR govern the configuration of [\fBtest\fR] and the collection of many [\fBtest\fR] commands into test suites. .PP -See \fBCONTENTS OF A TEST FILE\fR below for an extended example +See \fBCREATING TEST SUITES WITH TCLTEST\fR below for an extended example of how to use the commands of \fBtcltest\fR to produce test suites for your Tcl-enabled code. .SH COMMANDS |