]> granicus.if.org Git - re2c/commitdiff
- Update docu
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 16 Apr 2006 15:02:55 +0000 (15:02 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 16 Apr 2006 15:02:55 +0000 (15:02 +0000)
htdocs/manual.html
re2c.1.in

index 9744b97270934f73ea0acede376260d65bdbf375..5a9bd8e0ff80addf66075033b293b0ec79f6a054 100755 (executable)
@@ -290,8 +290,8 @@ regular expressions which can be expressed as character classes.</dd>
 <dd>either an <i>r</i> or an <i>s</i></dd>
 <dt><i>r</i>/<i>s</i></dt>
 <dd>an <i>r</i> but only if it is followed by an <i>s</i>. The <i>s</i> is not part of
-the matched text. This type of regular expression is called "trailing
-context".</dd>
+the matched text. This type of regular expression is called "trailing context". A trailing 
+context can only be the end of a rule and not part of a named definition.</dd>
 <dt><i>r</i>{<i>n</i>}</dt>
 <dd>matches <i>r</i> exactly <i>n</i> times.</dd>
 <dt><i>r</i>{<i>n</i>,}</dt>
index 13fa50837f5f31cda83d0c8c4de22a153f3fe0fd..c4cbe9a1a28d7038c7886f9942c610f6ca68b58d 100644 (file)
--- a/re2c.1.in
+++ b/re2c.1.in
@@ -345,7 +345,8 @@ 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 \fIs\fP is not part of
-the matched text. This type of \*(rx is called "trailing context".
+the matched text. This type of \*(rx is called "trailing context". A trailing
+context can only be the end of a rule and not part of a named definition.
 .TP
 \fIr\fP\fC{\fP\fIn\fP\fC}\fP
 matches \fIr\fP exactly \fIn\fP times.