summaryrefslogtreecommitdiffstats
path: root/doc/RegExp.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:38:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:38:06 (GMT)
commit6ef2d21d52bc57def14a5622bebe567983a2f515 (patch)
tree14f5d5f94ae71841de2b5483ef8d0a00bb67ae97 /doc/RegExp.3
parentfd0aa4c0fc372b3220a8c2af4ead3619f40d117b (diff)
parente7ff6cacbcb54ddb99776ccdebc712ac946e583b (diff)
downloadtcl-6ef2d21d52bc57def14a5622bebe567983a2f515.zip
tcl-6ef2d21d52bc57def14a5622bebe567983a2f515.tar.gz
tcl-6ef2d21d52bc57def14a5622bebe567983a2f515.tar.bz2
Merge 8.6
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 0d60b8a..40429c9 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