]> granicus.if.org Git - re2c/commitdiff
- Fix docu (found by Greg Beaver)
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 11 Nov 2005 07:39:53 +0000 (07:39 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 11 Nov 2005 07:39:53 +0000 (07:39 +0000)
htdocs/manual.html
re2c.1.in

index 657f0b044e7419f4aa0abeed38ab32acd08c003e..48c6bfc6883dd32efbe3cc9741887495f4a0fcc7 100755 (executable)
@@ -139,10 +139,10 @@ must define the following macros:</p>
 symbol. The generated code advances YYCURSOR as symbols are matched. On entry,
 YYCURSOR is assumed to point to the first character of the current token. On
 exit, YYCURSOR will point to the first character of the following token.<br /><br /></dd>
-<dt>YLIMIT</dt>
-<dd>Expression of type *YYCTYPE that marks the end of the buffer (YLIMIT[-1] is
+<dt>YYLIMIT</dt>
+<dd>Expression of type *YYCTYPE that marks the end of the buffer (YYLIMIT[-1] is
 the last character in the buffer). The generated code repeatedly compares
-YYCURSOR to YLIMIT to determine when the buffer needs (re)filling.<br /><br /></dd>
+YYCURSOR to YYLIMIT to determine when the buffer needs (re)filling.<br /><br /></dd>
 <dt>YYMARKER</dt>
 <dd><i>l</i>-expression of type *YYCTYPE. The generated code saves backtracking
 information in YYMARKER.<br /><br /></dd>
index 054270fe7c3823dd8d387603b885908dcadbd30e..eda66bc94a4279382d2b2310c17831455b7b548d 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.25  2005/11/11 07:39:53  helly
+\"- Fix docu (found by Greg Beaver)
+\"
 \"Revision 1.24  2005/09/04 11:41:21  helly
 \"- The 2nd switch of course describes -i not -d again
 \"
@@ -236,10 +239,10 @@ On entry, \fCYYCURSOR\fP is assumed to point to the first character of the
 current token.  On exit, \fCYYCURSOR\fP will point to the first character of
 the following token.
 .TP
-\fCYLIMIT\fP
+\fCYYLIMIT\fP
 Expression of type \fC*YYCTYPE\fP that marks the end of the buffer
-(\fCYLIMIT[-1]\fP is the last character in the buffer).
-The generated code repeatedly compares \fCYYCURSOR\fP to \fCYLIMIT\fP
+(\fCYYLIMIT[-1]\fP is the last character in the buffer).
+The generated code repeatedly compares \fCYYCURSOR\fP to \fCYYLIMIT\fP
 to determine when the buffer needs (re)filling.
 .TP
 \fCYYMARKER\fP