summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-02-10 07:05:40 +0000
committerRoland McGrath <roland@gnu.org>1994-02-10 07:05:40 +0000
commita2b4b03e7c29cd0310743bc3a8b564e583dc8328 (patch)
treeddd2becb24e7f6d1332f9a8da9d95a3804722348 /manual
parent515c8e3726169e91f18e2a8240f60edfa25c33d2 (diff)
Add comma after Flex xref.
Diffstat (limited to 'manual')
-rw-r--r--manual/stdio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 18a720d795..71c790d3f5 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -2072,7 +2072,7 @@ If you are trying to read input that doesn't match a single, fixed
pattern, you may be better off using a tool such as Flex to generate a
lexical scanner, or Bison to generate a parser, rather than using
@code{scanf}. For more information about this, see @ref{Top, Flex,
-Flex, flex.info, Flex: The Lexical Scanner Generator} and @ref{Top,
+Flex, flex.info, Flex: The Lexical Scanner Generator}, and @ref{Top,
Bison, Bison, bison.info, The Bison Reference Manual}.
@node Input Conversion Syntax