From 7535b35bf1dcf38ff449296741fcd85d0d491340 Mon Sep 17 00:00:00 2001 From: Xiao Hanyu Date: Thu, 26 May 2022 09:14:17 +0800 Subject: fix some tiny doc error. --- doc/flex.texi | 4 ++-- 1 file 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 -- cgit v1.2.1