diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 23:03:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 23:03:52 (GMT) |
commit | 9fc36886d65d9528baf88a93e59957a5b125b778 (patch) | |
tree | 9acc6e7663aa20fff2631c0b113899218b569067 /doc/RegExp.3 | |
parent | c0820abc21f24df06915c420f63efab64af79dac (diff) | |
download | tcl-9fc36886d65d9528baf88a93e59957a5b125b778.zip tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.gz tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.bz2 |
More small bits of doc polishing
Diffstat (limited to 'doc/RegExp.3')
-rw-r--r-- | doc/RegExp.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/RegExp.3 b/doc/RegExp.3 index f173b02..35b14a2 100644 --- a/doc/RegExp.3 +++ b/doc/RegExp.3 @@ -27,7 +27,6 @@ Tcl_RegExp int \fBTcl_RegExpExec\fR(\fIinterp\fR, \fIregexp\fR, \fItext\fR, \fIstart\fR) .sp -void \fBTcl_RegExpRange\fR(\fIregexp\fR, \fIindex\fR, \fIstartPtr\fR, \fIendPtr\fR) .sp Tcl_RegExp @@ -36,7 +35,6 @@ Tcl_RegExp int \fBTcl_RegExpExecObj\fR(\fIinterp\fR, \fIregexp\fR, \fItextObj\fR, \fIoffset\fR, \fInmatches\fR, \fIeflags\fR) .sp -void \fBTcl_RegExpGetInfo\fR(\fIregexp\fR, \fIinfoPtr\fR) .fi .SH ARGUMENTS |