summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Hanyu <xiaohanyu1988@gmail.com>2022-05-26 09:14:17 +0800
committerXiao Hanyu <xiaohanyu1988@gmail.com>2022-05-26 21:00:47 +0800
commit7535b35bf1dcf38ff449296741fcd85d0d491340 (patch)
treeae875a18bcaef313961975c3b441a9288323b126
parent74a89fd6abf178f50f180f228613345682f7fd18 (diff)
downloadflex-git-7535b35bf1dcf38ff449296741fcd85d0d491340.tar.gz
fix some tiny doc error.
-rwxr-xr-xdoc/flex.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/flex.texi b/doc/flex.texi
index a4b5897..8210f12 100755
--- a/doc/flex.texi
+++ b/doc/flex.texi
@@ -321,7 +321,7 @@ When your target language is C, the name of the generated scanner
normally use for source-code files to the prefix @file{lex.yy}.
The examples in this manual are in C, which is Flex's default target
-language and until release 4.6.2 its only one.
+language and until release 2.6.4 it is the only one.
@node Simple Examples, Format, Introduction, Top
@chapter Some Simple Examples
@@ -357,7 +357,7 @@ Here's another simple example:
@verbatiminclude example_r.lex
@end example
-If you have looked at older versions of the Flex nanual, you might
+If you have looked at older versions of the Flex manual, you might
have seen a version of the above example that looked more like this:
@cindex counting characters and lines; non-reentrant