summaryrefslogtreecommitdiffstats
path: root/doc/RegExp.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:48:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:48:11 (GMT)
commit60bb48a1c2a0656fe9a8c17faad9a7155eefc17c (patch)
tree769b64fcd38b8704f5ba9cfab12682e1ed23ab7d /doc/RegExp.3
parentdb0dc8c2b957416f3420435c986026c0d23f9db4 (diff)
parent6ef2d21d52bc57def14a5622bebe567983a2f515 (diff)
downloadtcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.zip
tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.gz
tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.bz2
Merge 8.7
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 9016ee3..86c3a55 100644
--- a/doc/RegExp.3
+++ b/doc/RegExp.3
@@ -51,14 +51,14 @@ can be efficiently searched.
.AP Tcl_Obj *patObj in/out
Refers to the value from which to get a regular expression. The
compiled regular expression is cached in the value.
-.AP char *text in
+.AP "const char" *text in
Text to search for a match with a regular expression.
.AP "const char" *pattern in
String in the form of a regular expression pattern.
.AP Tcl_RegExp regexp in
Compiled regular expression. Must have been returned previously
by \fBTcl_GetRegExpFromObj\fR or \fBTcl_RegExpCompile\fR.
-.AP char *start in
+.AP "const char" *start in
If \fItext\fR is just a portion of some other string, this argument
identifies the beginning of the larger string.
If it is not the same as \fItext\fR, then no