diff options
author | Roland McGrath <roland@gnu.org> | 2007-08-12 13:19:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-08-12 13:19:17 +0000 |
commit | 9229b83ea78e2678f668175b3ccf3e455fbecad8 (patch) | |
tree | fc904651155919f1afa14a82bc6028ed192782d6 | |
parent | 9d169bb38afe33fc31df3c5d6f87e8c0f79e047e (diff) | |
download | glibc-9229b83ea78e2678f668175b3ccf3e455fbecad8.tar glibc-9229b83ea78e2678f668175b3ccf3e455fbecad8.tar.gz glibc-9229b83ea78e2678f668175b3ccf3e455fbecad8.tar.bz2 glibc-9229b83ea78e2678f668175b3ccf3e455fbecad8.zip |
* manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
From: Karl Berry <karl@freefriends.org>.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/stdio.texi | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -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 diff --git a/manual/stdio.texi b/manual/stdio.texi index 30a6e6ebe0..a39262cbc6 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 |