summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2008-05-15 13:52:12 +0000
committerWill Estes <wlestes@users.sourceforge.net>2008-05-15 13:52:12 +0000
commit2a6d1dcc91488f37aaffabed0c3d4c3fe6d583b6 (patch)
tree09d543b56c7980a914023ce0d73b0a41ea01e7e4 /doc
parentb0a5e06b0a8ea39d7dae1fb19a42d8dae93f9140 (diff)
correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug #1739912
Diffstat (limited to 'doc')
-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