From: Roland McGrath Date: Sun, 12 Aug 2007 13:19:17 +0000 (+0000) Subject: * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual. X-Git-Tag: cvs/fedora-glibc-20070814T0643~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9229b83ea78e2678f668175b3ccf3e455fbecad8;p=thirdparty%2Fglibc.git * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual. From: Karl Berry . --- diff --git a/ChangeLog b/ChangeLog index 8e74dad9648..3ec150371cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-12 Roland McGrath + + * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual. + From: Karl Berry . + 2007-08-11 Ulrich Drepper * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need diff --git a/manual/stdio.texi b/manual/stdio.texi index 30a6e6ebe07..a39262cbc6a 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -2456,9 +2456,8 @@ For example: @end smallexample @noindent -@xref{Macro Varargs, , Macros with Variable Numbers of Arguments, -gcc.info, Using GNU CC}, for details. But this is limited to macros, -and does not apply to real functions at all. +@xref{Variadic Macros,,, cpp, The C preprocessor}, for details. +But this is limited to macros, and does not apply to real functions at all. Before calling @code{vprintf} or the other functions listed in this section, you @emph{must} call @code{va_start} (@pxref{Variadic