summaryrefslogtreecommitdiffstats
path: root/doc/regexp.n
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-10-10 14:46:53 (GMT)
committerdgp <dgp@noemail.net>2002-10-10 14:46:53 (GMT)
commit0f7b750d4f775513dc100fb702e003813186ad0c (patch)
tree3ed13140a15435be23cd8c28d537a06d408bc27c /doc/regexp.n
parent91bb0051e7d19c110afa67bd8e0ebafa052edcdc (diff)
downloadtcl-0f7b750d4f775513dc100fb702e003813186ad0c.zip
tcl-0f7b750d4f775513dc100fb702e003813186ad0c.tar.gz
tcl-0f7b750d4f775513dc100fb702e003813186ad0c.tar.bz2
* doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]
FossilOrigin-Name: 7d7f9fd929445f3c99fa909e3981497f2bd07c55
Diffstat (limited to 'doc/regexp.n')
-rw-r--r--doc/regexp.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/regexp.n b/doc/regexp.n
index 9fea3e9..4309d26 100644
--- a/doc/regexp.n
+++ b/doc/regexp.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: regexp.n,v 1.11 2001/11/28 13:15:31 dkf Exp $
+'\" RCS: @(#) $Id: regexp.n,v 1.12 2002/10/10 14:46:57 dgp Exp $
'\"
.so man.macros
.TH regexp n 8.3 Tcl "Tcl Built-In Commands"
@@ -88,7 +88,7 @@ lower case during the matching process.
\fB\-all\fR
Causes the regular expression to be matched as many times as possible
in the string, returning the total number of matches found. If this
-is specified with match variables, they will continue information for
+is specified with match variables, they will contain information for
the last match only.
.TP 15
\fB\-inline\fR