From: Will Estes Date: Thu, 15 May 2008 13:52:12 +0000 (+0000) Subject: correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug #1739912 X-Git-Tag: flex-2-5-36~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a6d1dcc91488f37aaffabed0c3d4c3fe6d583b6;p=flex correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug #1739912 --- diff --git a/doc/flex.texi b/doc/flex.texi index 16203d6..4df2143 100644 --- a/doc/flex.texi +++ b/doc/flex.texi @@ -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