summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2021-06-05 14:21:51 -0400
committerWill Estes <westes575@gmail.com>2021-06-05 14:21:51 -0400
commit83aaf1b4ce146f0c2f7cf18e932457d5dba039b1 (patch)
treed39abe08eb98b050b5d37cd724bb14d883c1ffb0
parentcb2e0aaccaa9b17dc00362fbac5aa294da466d64 (diff)
parent1d27d6343e05fe1d0b5be035689ad468fc40223e (diff)
downloadflex-git-83aaf1b4ce146f0c2f7cf18e932457d5dba039b1.tar.gz
Merge branch 'doc_fix_typo' of git://github.com/houtanb/flex into houtanb-doc_fix_typo
-rwxr-xr-xdoc/flex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/flex.texi b/doc/flex.texi
index 28499f1..0302e5d 100755
--- a/doc/flex.texi
+++ b/doc/flex.texi
@@ -2872,7 +2872,7 @@ When this option is used, however, then no such call is made.
@opindex ---never-interactive
-@item --never-interactive, @code{--never-interactive}
+@item --never-interactive, @code{%option never-interactive}
instructs flex to generate a scanner which never considers its input
interactive. This is the opposite of @code{always-interactive}.