]> granicus.if.org Git - flex/commitdiff
correct document of YY_FLUSH_BUFFER; resolves #1723028
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 2 Mar 2012 21:15:51 +0000 (21:15 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 2 Mar 2012 21:15:51 +0000 (21:15 +0000)
doc/flex.texi

index 6f1e7e40414d1cc9f051387632b3802f049cd28f..ce067d6f364002fe51eb885548f8f91abcc0c32f 100644 (file)
@@ -1438,12 +1438,12 @@ avoid a name clash with the @code{C++} stream by the name of
 @code{input}.)
 
 @cindex flushing the internal buffer
-@cindex YY_FLUSH_BUFFER()
-@code{YY_FLUSH_BUFFER()} flushes the scanner's internal buffer so that
+@cindex YY_FLUSH_BUFFER
+@code{YY_FLUSH_BUFFER;} flushes the scanner's internal buffer so that
 the next time the scanner attempts to match a token, it will first
 refill the buffer using @code{YY_INPUT()} (@pxref{Generated Scanner}).
 This action is a special case of the more general
-@code{yy_flush_buffer()} function, described below (@pxref{Multiple
+@code{yy_flush_buffer;} function, described below (@pxref{Multiple
 Input Buffers})
 
 @cindex yyterminate()