diff options
Diffstat (limited to 'doc/tcltest.n')
-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 5977013..731bed7 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -32,7 +32,7 @@ tcltest \- Test harness support code and utilities \fBtcltest::configure\fR \fBtcltest::configure \fI\-option\fR -\fBtcltest::configure \fI\-option value\fR ?\fI-option value ...\fR? +\fBtcltest::configure \fI\-option value\fR ?\fI\-option value ...\fR? \fBtcltest::customMatch \fImode command\fR \fBtcltest::testConstraint \fIconstraint\fR ?\fIvalue\fR? \fBtcltest::outputChannel \fR?\fIchannelID\fR? @@ -90,7 +90,7 @@ of how to use the commands of \fBtcltest\fR to produce test suites for your Tcl-enabled code. .SH COMMANDS .TP -\fBtest\fR \fIname description\fR ?\fI-option value ...\fR? +\fBtest\fR \fIname description\fR ?\fI\-option value ...\fR? . Defines and possibly runs a test with the name \fIname\fR and description \fIdescription\fR. The name and description of a test |