summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-10-10 14:46:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-10-10 14:46:54 (GMT)
commit018174673a855f66bc266baff83653aa3a4055f0 (patch)
tree3ed13140a15435be23cd8c28d537a06d408bc27c
parent0d48027546903e9744bc7c89b068ba22268fd9cd (diff)
downloadtcl-018174673a855f66bc266baff83653aa3a4055f0.zip
tcl-018174673a855f66bc266baff83653aa3a4055f0.tar.gz
tcl-018174673a855f66bc266baff83653aa3a4055f0.tar.bz2
* doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]
-rw-r--r--ChangeLog4
-rw-r--r--doc/regexp.n4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c0c606..8cfd0cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-10 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]
+
2002-07-22 Vince Darley <vincentdarley@users.sourceforge.net>
* unix/tclLoadAout.c
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