diff options
author | Eric Blake <eblake@redhat.com> | 2007-07-19 03:42:21 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2007-07-19 03:42:21 +0000 |
commit | 391b530a0507deda633337e724b5778c3b7a18df (patch) | |
tree | b3925bb14795af864acc7db554ad7122a23f0dbb /newlib/libc/stdio/vfprintf.c | |
parent | be52c4c7c805831590404baf4401184f51387721 (diff) | |
download | cygnal-391b530a0507deda633337e724b5778c3b7a18df.tar.gz cygnal-391b530a0507deda633337e724b5778c3b7a18df.tar.bz2 cygnal-391b530a0507deda633337e724b5778c3b7a18df.zip |
Fix 'make info'.
* libc/stdio/stdio.tex: Add missing include.
* libc/stdio/vfprintf.c: Use expected node name.
* libc/stdio/vfscanf.c: Likewise.
* libc/stdio/sscanf.c: Likewise.
* libc/stdio/sprintf.c: Likewise.
* libc/stdio/siscanf.c: Likewise.
* libc/stdio/siprintf.c: Likewise.
* libc/stdio/fopencookie.c: Quote raw {}.
Reported by DJ Delorie.
Diffstat (limited to 'newlib/libc/stdio/vfprintf.c')
-rw-r--r-- | newlib/libc/stdio/vfprintf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/stdio/vfprintf.c b/newlib/libc/stdio/vfprintf.c index 5bbd7594f..491369012 100644 --- a/newlib/libc/stdio/vfprintf.c +++ b/newlib/libc/stdio/vfprintf.c @@ -36,13 +36,13 @@ /* FUNCTION -<<vprintf>>, <<vfprintf>>, <<vsprintf>>, <<vsnprintf>>, <<vasprintf>>, <<vasnprintf>>---format argument list +<<vfprintf>>, <<vprintf>>, <<vsprintf>>, <<vsnprintf>>, <<vasprintf>>, <<vasnprintf>>---format argument list INDEX - vprintf -INDEX vfprintf INDEX + vprintf +INDEX vsprintf INDEX vsnprintf |