summaryrefslogtreecommitdiffstats
path: root/doc/string.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-07-05 07:23:45 (GMT)
committerhobbs <hobbs>2002-07-05 07:23:45 (GMT)
commitc8b71f046baf06c64c0bb2e7c5c295b0fc742f5e (patch)
tree3c03e2ed1e201c0aed92d79876d52bd111ee5a30 /doc/string.n
parent337b5b9a63900cfedd21d32f25dba0e26780b334 (diff)
downloadtcl-c8b71f046baf06c64c0bb2e7c5c295b0fc742f5e.zip
tcl-c8b71f046baf06c64c0bb2e7c5c295b0fc742f5e.tar.gz
tcl-c8b71f046baf06c64c0bb2e7c5c295b0fc742f5e.tar.bz2
minor doc fixcore_8_4_b1
Diffstat (limited to 'doc/string.n')
-rw-r--r--doc/string.n6
1 files changed, 3 insertions, 3 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