]> granicus.if.org Git - re2c/commitdiff
- Update docu
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 20 Jan 2006 20:53:59 +0000 (20:53 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 20 Jan 2006 20:53:59 +0000 (20:53 +0000)
re2c.1.in

index c01531181feed5e39dae6e86eb3008f3658d08e0..0627029088bfd8bc2c0bd4e363d6052a40c67f38 100644 (file)
--- a/re2c.1.in
+++ b/re2c.1.in
@@ -7,6 +7,9 @@
 .ds rx regular expression
 .ds lx \fIl\fP-expression
 \"$Log$
+\"Revision 1.38  2006/01/20 20:53:59  helly
+\"- Update docu
+\"
 \"Revision 1.37  2006/01/20 00:13:52  helly
 \"- Added re2c:startlabel configuration.
 \"- Fixed code generation to not generate unreachable code for initial state.
@@ -450,7 +453,7 @@ an \fIr\fP followed by an \fIs\fP ("concatenation")
 either an \fIr\fP or an \fIs\fP
 .TP
 \fIr\fP\fC/\fP\fIs\fP
-an \fIr\fP but only if it is followed by an \fIs\fP. The s is not part of
+an \fIr\fP but only if it is followed by an \fIs\fP. The \fIs\fP is not part of
 the matched text. This type of \*(rx is called "trailing context".
 .TP
 \fIr\fP\fC{\fP\fIn\fP\fC}\fP
@@ -821,8 +824,6 @@ and act accordingly.
 specification for each start condition (as illustrated in the above example).
 .SH BUGS
 .LP
-Only fixed length trailing context can be handled.
-.LP
 Difference only works for character sets.
 .LP
 The \*(re internal algorithms need documentation.