(Formatted Input Basics): Add missing first argument to @ref{} uses.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Jul 2001 18:57:16 +0000 (18:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Jul 2001 18:57:16 +0000 (18:57 +0000)
manual/stdio.texi

index 0288130..bd140e4 100644 (file)
@@ -3265,8 +3265,8 @@ from a matching error.
 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{, , ,
-flex.info, Flex: The Lexical Scanner Generator}, and @ref{, , ,
+@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}.
 
 @node Input Conversion Syntax