]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
authorRoland McGrath <roland@gnu.org>
Sun, 12 Aug 2007 13:19:17 +0000 (13:19 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 12 Aug 2007 13:19:17 +0000 (13:19 +0000)
From: Karl Berry <karl@freefriends.org>.

ChangeLog
manual/stdio.texi

index 8e74dad96481ef35b9eaf5169720ee0ea4bf36e5..3ec150371cd12eb427585cf13fd79525e25f5f3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-12  Roland McGrath  <roland@redhat.com>
+
+       * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
+       From: Karl Berry <karl@freefriends.org>.
+
 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
index 30a6e6ebe07222b886b0e081f7ec7a9944b4a152..a39262cbc6afe28e2f128e28bc0b800a517a1442 100644 (file)
@@ -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