diff options
author | dgp <dgp@noemail.net> | 2002-10-10 14:46:53 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-10-10 14:46:53 (GMT) |
commit | 0f7b750d4f775513dc100fb702e003813186ad0c (patch) | |
tree | 3ed13140a15435be23cd8c28d537a06d408bc27c | |
parent | 91bb0051e7d19c110afa67bd8e0ebafa052edcdc (diff) | |
download | tcl-0f7b750d4f775513dc100fb702e003813186ad0c.zip tcl-0f7b750d4f775513dc100fb702e003813186ad0c.tar.gz tcl-0f7b750d4f775513dc100fb702e003813186ad0c.tar.bz2 |
* doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]
FossilOrigin-Name: 7d7f9fd929445f3c99fa909e3981497f2bd07c55
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/regexp.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 |