summaryrefslogtreecommitdiffstats
path: root/doc/regsub.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-01 09:50:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-01 09:50:43 (GMT)
commit16b932f7c4cf8850d44cd00d7759e513af539903 (patch)
tree41dbbdb8a4bdf1c77cb9cccbe6cbeca2a945d0f9 /doc/regsub.n
parent05da5a98f0de68b9da67eb1d881ebe9a173741f8 (diff)
downloadtcl-16b932f7c4cf8850d44cd00d7759e513af539903.zip
tcl-16b932f7c4cf8850d44cd00d7759e513af539903.tar.gz
tcl-16b932f7c4cf8850d44cd00d7759e513af539903.tar.bz2
Correct some abbreviation usage.
Diffstat (limited to 'doc/regsub.n')
-rw-r--r--doc/regsub.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/regsub.n b/doc/regsub.n
index 16ff77d..1d436a3 100644
--- a/doc/regsub.n
+++ b/doc/regsub.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: regsub.n,v 1.10 2004/05/24 23:31:42 dkf Exp $
+'\" RCS: @(#) $Id: regsub.n,v 1.11 2004/09/01 09:50:45 dkf Exp $
'\"
.so man.macros
.TH regsub n 8.3 Tcl "Tcl Built-In Commands"
@@ -127,7 +127,7 @@ Insert double-quotes around the first instance of the word
regsub -nocase {\e<interesting\e>} $string {"&"} string
.CE
-Convert all non-ASCII and tcl-significant characters into \eu escape
+Convert all non-ASCII and Tcl-significant characters into \eu escape
sequences by using \fBregsub\fR and \fBsubst\fR in combination:
.CS
# This RE is just a character class for everything "bad"