diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-31 18:57:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-31 18:57:16 +0000 |
commit | 9f508673699baadac1a74b1f60d945a15c2e8478 (patch) | |
tree | 1f51ce188f36a6dd366495fa37b3e90803a18c55 /manual | |
parent | 4791a9303c07fdb758c0b393c87c12d4e1a1ec2e (diff) | |
download | glibc-9f508673699baadac1a74b1f60d945a15c2e8478.tar.gz glibc-9f508673699baadac1a74b1f60d945a15c2e8478.tar.xz glibc-9f508673699baadac1a74b1f60d945a15c2e8478.zip |
(Formatted Input Basics): Add missing first argument to @ref{} uses.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/stdio.texi | 4 |
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 |