summaryrefslogtreecommitdiffstats
path: root/doc/RegExp.3
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-10-07 14:52:42 (GMT)
committerdkf <dkf@noemail.net>2004-10-07 14:52:42 (GMT)
commit52e8d95b3c2604e029ef1f99c2377467768708ec (patch)
tree74c3efa8cc8c762bf136d956684048cdb8988548 /doc/RegExp.3
parent8552ff29162e2de177540c04645fffe6297c9628 (diff)
downloadtcl-52e8d95b3c2604e029ef1f99c2377467768708ec.zip
tcl-52e8d95b3c2604e029ef1f99c2377467768708ec.tar.gz
tcl-52e8d95b3c2604e029ef1f99c2377467768708ec.tar.bz2
Convert (most) tabs to spaces because they're printed more reliably
FossilOrigin-Name: 9a6f35d2a813f9e74fe24d14106fb22d1efe4dd3
Diffstat (limited to 'doc/RegExp.3')
-rw-r--r--doc/RegExp.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/RegExp.3 b/doc/RegExp.3
index 31b8330..49e7b5a 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.16 2004/10/07 14:44:33 dkf Exp $
+'\" RCS: @(#) $Id: RegExp.3,v 1.17 2004/10/07 14:52:43 dkf Exp $
'\"
.so man.macros
.TH Tcl_RegExpMatch 3 8.1 Tcl "Tcl Library Procedures"
@@ -294,9 +294,9 @@ defined as follows:
.PP
.CS
typedef struct Tcl_RegExpInfo {
- int \fInsubs\fR;
- Tcl_RegExpIndices *\fImatches\fR;
- long \fIextendStart\fR;
+ int \fInsubs\fR;
+ Tcl_RegExpIndices *\fImatches\fR;
+ long \fIextendStart\fR;
} Tcl_RegExpInfo;
.CE
.PP
@@ -312,8 +312,8 @@ follows:
.PP
.CS
typedef struct Tcl_RegExpIndices {
- long \fIstart\fR;
- long \fIend\fR;
+ long \fIstart\fR;
+ long \fIend\fR;
} Tcl_RegExpIndices;
.CE
.PP