diff options
author | dgp <dgp@users.sourceforge.net> | 2002-10-10 14:46:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-10-10 14:46:54 (GMT) |
commit | 018174673a855f66bc266baff83653aa3a4055f0 (patch) | |
tree | 3ed13140a15435be23cd8c28d537a06d408bc27c /doc | |
parent | 0d48027546903e9744bc7c89b068ba22268fd9cd (diff) | |
download | tcl-018174673a855f66bc266baff83653aa3a4055f0.zip tcl-018174673a855f66bc266baff83653aa3a4055f0.tar.gz tcl-018174673a855f66bc266baff83653aa3a4055f0.tar.bz2 |
* doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/regexp.n | 4 |
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 |