summaryrefslogtreecommitdiffstats
path: root/doc/RegExp.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-10-14 16:21:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-10-14 16:21:45 (GMT)
commit39c45659eabd57fd234fb15f1f151e5a4f965c26 (patch)
treec696e0cf020c1a6411523736d8198681daf579d9 /doc/RegExp.3
parent9a95712bb82c578b1590555f6a77e868e88dd819 (diff)
downloadtcl-39c45659eabd57fd234fb15f1f151e5a4f965c26.zip
tcl-39c45659eabd57fd234fb15f1f151e5a4f965c26.tar.gz
tcl-39c45659eabd57fd234fb15f1f151e5a4f965c26.tar.bz2
* Corrected typos in doc/RegExp.3macosx_8_4_branchpoint
Diffstat (limited to 'doc/RegExp.3')
-rw-r--r--doc/RegExp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RegExp.3 b/doc/RegExp.3
index 311e5e0..5f2634c 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.8 2000/07/24 00:03:02 jenglish Exp $
+'\" RCS: @(#) $Id: RegExp.3,v 1.9 2001/10/14 16:21:45 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