aboutsummaryrefslogtreecommitdiff
path: root/manual/stdio.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r--manual/stdio.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 29ed720..16d4594 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -3518,8 +3518,8 @@ 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 these tools, see @ref{Top, , ,
-flex.info, Flex: The Lexical Scanner Generator}, and @ref{Top, , ,
-bison.info, The Bison Reference Manual}.
+flex, Flex: The Lexical Scanner Generator}, and @ref{Top, , , bison, The
+Bison Reference Manual}.
@node Input Conversion Syntax
@subsection Input Conversion Syntax