From 2a6d1dcc91488f37aaffabed0c3d4c3fe6d583b6 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 15 May 2008 13:52:12 +0000 Subject: [PATCH] correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug #1739912 --- doc/flex.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0