diff options
author | hobbs <hobbs@noemail.net> | 1999-12-21 23:57:32 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-12-21 23:57:32 (GMT) |
commit | ed2b4bc7ec2934c7d30347c9573868aae3a1a4e1 (patch) | |
tree | 0be6faa1991f803049ddca969f3daf42f07f65c6 /doc/RegExp.3 | |
parent | 9926f35728506927813872e6b1e227ce957fa88c (diff) | |
download | tcl-ed2b4bc7ec2934c7d30347c9573868aae3a1a4e1.zip tcl-ed2b4bc7ec2934c7d30347c9573868aae3a1a4e1.tar.gz tcl-ed2b4bc7ec2934c7d30347c9573868aae3a1a4e1.tar.bz2 |
* doc/Hash.3: fixed reference to ckfree [Bug: 3912]
* doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj
* doc/open.n: fixed minor formatting errors
* doc/string.n: fixed minor formatting errors
* doc/lsort.n: added -unique docs
FossilOrigin-Name: 4030bf50ec255bbb4e6c556b9aeab0eda08366f2
Diffstat (limited to 'doc/RegExp.3')
-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 c8e8887..8dbdfe4 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.5 1999/06/24 21:15:13 jpeek Exp $ +'\" RCS: @(#) $Id: RegExp.3,v 1.6 1999/12/21 23:57:33 hobbs Exp $ '\" .so man.macros .TH Tcl_RegExpMatch 3 8.1 Tcl "Tcl Library Procedures" @@ -36,7 +36,7 @@ Tcl_RegExp \fBTcl_GetRegExpFromObj\fR(\fIinterp\fR, \fIpatObj\fR, \fIcflags\fR) .sp int -\fBTcl_RegExpExecObj\fR(\fIregexp\fR, \fIobjPtr\fR, \fIoffset\fR, \fInmatches\fR, \fIeflags\fR) +\fBTcl_RegExpExecObj\fR(\fIinterp\fR, \fIregexp\fR, \fIobjPtr\fR, \fIoffset\fR, \fInmatches\fR, \fIeflags\fR) .sp \fBTcl_GetRegExpInfo\fR(\fIregexp\fR, \fIinfoPtr\fR) .VE 8.1 |