summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes@users.noreply.github.com>2022-06-17 07:52:11 -0400
committerGitHub <noreply@github.com>2022-06-17 07:52:11 -0400
commit1cba28b65b6f3e54548b29358d249e73b6e4534c (patch)
tree8c4cc60191b14a51a6318c31116e4c4edce9f74a
parent1656033045225767dd312ec24b067a9857084b69 (diff)
parent7535b35bf1dcf38ff449296741fcd85d0d491340 (diff)
downloadflex-git-1cba28b65b6f3e54548b29358d249e73b6e4534c.tar.gz
Merge pull request #528 from xiaohanyu/fix-doc-error
fix some tiny doc errors.
-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