]> granicus.if.org Git - flex/commitdiff
correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug #1739912
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 15 May 2008 13:52:12 +0000 (13:52 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 15 May 2008 13:52:12 +0000 (13:52 +0000)
doc/flex.texi

index 16203d68f222986fefd6809ae98629ec52a7382d..4df2143d45235e9f49f2a20bb48dcd9dd8cc97c1 100644 (file)
@@ -1575,8 +1575,8 @@ condition remains unchanged; it does @emph{not} revert to
 @code{INITIAL}.
 
 @cindex yywrap, default for
-@cindex nowrap, %option
-@cindex %option nowrap
+@cindex noyywrap, %option
+@cindex %option noyywrapp
 If you do not supply your own version of @code{yywrap()}, then you must
 either use @code{%option noyywrap} (in which case the scanner behaves as
 though @code{yywrap()} returned 1), or you must link with @samp{-lfl} to