From c8b71f046baf06c64c0bb2e7c5c295b0fc742f5e Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 5 Jul 2002 07:23:45 +0000 Subject: minor doc fix --- doc/string.n | 6 +++--- doc/tcltest.n | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/string.n b/doc/string.n index 07241af..c09c312 100644 --- a/doc/string.n +++ b/doc/string.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: string.n,v 1.16 2002/06/28 08:44:46 dkf Exp $ +'\" RCS: @(#) $Id: string.n,v 1.17 2002/07/05 07:23:45 hobbs Exp $ '\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" @@ -174,8 +174,8 @@ channel), then this will return the actual byte length of the object. .TP \fBstring map\fR ?\fB\-nocase\fR? \fIcharMap string\fR Replaces characters in \fIstring\fR based on the key-value pairs in -\fIcharMap\fR. \fIcharMap\fR is a list of \fIkey value key value\fR -... as in the form returned by \fBarray get\fR. Each instance of a +\fIcharMap\fR. \fIcharMap\fR is a list of \fIkey value key value ...\fR +as in the form returned by \fBarray get\fR. Each instance of a key in the string will be replaced with its corresponding value. If \fB\-nocase\fR is specified, then matching is done without regard to case differences. Both \fIkey\fR and \fIvalue\fR may be multiple diff --git a/doc/tcltest.n b/doc/tcltest.n index b160949..9c911aa 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.30 2002/07/03 01:14:55 dgp Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.31 2002/07/05 07:24:43 hobbs Exp $ '\" .so man.macros .TH "tcltest" n 2.1 tcltest "Tcl Bundled Packages" @@ -826,17 +826,17 @@ and subdirectories. Default value is [\fBworkingDirectory\fR]. Sets the list of patterns used by [\fBrunAllTests\fR] to determine what test files to evaluate. Default value is \fB*.test\fR. .TP -\fB-notfile \fBpatternList\fR +\fB-notfile \fIpatternList\fR Sets the list of patterns used by [\fBrunAllTests\fR] to determine what test files to skip. Default value is \fBl.*.test\fR, so that any SCCS lock files are skipped. .TP -\fB-relateddir \fBpatternList\fR +\fB-relateddir \fIpatternList\fR Sets the list of patterns used by [\fBrunAllTests\fR] to determine what subdirectories to search for an \fBall.tcl\fR file. Default value is \fB*\fR. .TP -\fB-asidefromdir \fBpatternList\fR +\fB-asidefromdir \fIpatternList\fR Sets the list of patterns used by [\fBrunAllTests\fR] to determine what subdirectories to skip when searching for an \fBall.tcl\fR file. Default value is an empty list. -- cgit v0.12