summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2008-05-15 13:52:12 +0000
committerwlestes <wlestes>2008-05-15 13:52:12 +0000
commit928f9938b1c1f5f6fab7ffe4af4071f938ffbe08 (patch)
tree0dfe67e906463ee054c9982088d2f8e312958c51
parentef1987a79914b25a9baf97781d53f8c07bfca452 (diff)
downloadflex-928f9938b1c1f5f6fab7ffe4af4071f938ffbe08.tar.gz
correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug #1739912
-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