diff options
author | vincentdarley <vincentdarley@noemail.net> | 2002-11-13 22:11:37 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2002-11-13 22:11:37 (GMT) |
commit | 9e38181d1ae297ed728e632db48b5b5a28b21c63 (patch) | |
tree | 62ea3a2dde7c791ca96c044c35cefabc0c70f126 /doc/RegExp.3 | |
parent | cb41def9f46ebb19f529a46e1cb16c7b32234bf9 (diff) | |
download | tcl-9e38181d1ae297ed728e632db48b5b5a28b21c63.zip tcl-9e38181d1ae297ed728e632db48b5b5a28b21c63.tar.gz tcl-9e38181d1ae297ed728e632db48b5b5a28b21c63.tar.bz2 |
3 small fixes
FossilOrigin-Name: 602e2df05fd8888c0d53807ea066d4675ee13271
Diffstat (limited to 'doc/RegExp.3')
-rw-r--r-- | doc/RegExp.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/RegExp.3 b/doc/RegExp.3 index 0fd550f..07cf6c8 100644 --- a/doc/RegExp.3 +++ b/doc/RegExp.3 @@ -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: RegExp.3,v 1.12 2002/07/01 18:24:39 jenglish Exp $ +'\" RCS: @(#) $Id: RegExp.3,v 1.13 2002/11/13 22:11:40 vincentdarley Exp $ '\" .so man.macros .TH Tcl_RegExpMatch 3 8.1 Tcl "Tcl Library Procedures" @@ -340,7 +340,9 @@ The \fIextendStart\fR field in \fBTcl_RegExpInfo\fR is only set if the character in the string where a match could occur. If a match was found, this will be the same as the beginning of the current match. If no match was found, then it indicates the earliest point at which a -match might occur if additional text is appended to the string. +match might occur if additional text is appended to the string. If it +is no match is possible even with further text, this field will be set +to -1. .VE 8.1 .SH "SEE ALSO" re_syntax(n) |