From 9f508673699baadac1a74b1f60d945a15c2e8478 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Jul 2001 18:57:16 +0000 Subject: (Formatted Input Basics): Add missing first argument to @ref{} uses. --- manual/stdio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/stdio.texi b/manual/stdio.texi index 0288130..bd140e4 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 -- cgit v1.1