summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/flex.texi4
1 files 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