summaryrefslogtreecommitdiff
path: root/manual/stdio.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-31 18:57:16 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-31 18:57:16 +0000
commit9f508673699baadac1a74b1f60d945a15c2e8478 (patch)
tree1f51ce188f36a6dd366495fa37b3e90803a18c55 /manual/stdio.texi
parent4791a9303c07fdb758c0b393c87c12d4e1a1ec2e (diff)
(Formatted Input Basics): Add missing first argument to @ref{} uses.
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 02881309e7..bd140e46d7 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -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