diff options
author | dgp <dgp@users.sourceforge.net> | 2001-10-14 16:25:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-10-14 16:25:29 (GMT) |
commit | e264ffe6d8bcec38655e1ac3987bcdc4b8bcd65f (patch) | |
tree | 7d480ede34e3b34dbd20c3b8de3ce0e2d6debe7f /doc | |
parent | b4b8ca99d736d7bc3120b42d9617a2437c0e7138 (diff) | |
download | tcl-e264ffe6d8bcec38655e1ac3987bcdc4b8bcd65f.zip tcl-e264ffe6d8bcec38655e1ac3987bcdc4b8bcd65f.tar.gz tcl-e264ffe6d8bcec38655e1ac3987bcdc4b8bcd65f.tar.bz2 |
* Corrected typos in doc/RegExp.3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RegExp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RegExp.3 b/doc/RegExp.3 index 657abb5..b93b4bf 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.6.2.1 2000/08/07 21:29:38 hobbs Exp $ +'\" RCS: @(#) $Id: RegExp.3,v 1.6.2.2 2001/10/14 16:25:29 dgp Exp $ '\" .so man.macros .TH Tcl_RegExpMatch 3 8.1 Tcl "Tcl Library Procedures" @@ -166,7 +166,7 @@ of characters that matched the entire pattern; otherwise, information is returned about the range of characters that matched the \fIindex\fR'th parenthesized subexpression within the pattern. If there is no range corresponding to \fIindex\fR then NULL -is stored in \fI*firstPtr\fR and \fI*lastPtr\fR. +is stored in \fI*startPtr\fR and \fI*endPtr\fR. .PP .VS 8.1 \fBTcl_GetRegExpFromObj\fR, \fBTcl_RegExpExecObj\fR, and |