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/sprintf.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/sprintf.c')
-rw-r--r-- | newlib/libc/stdio/sprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/sprintf.c b/newlib/libc/stdio/sprintf.c index d2203fb3c..bdff0797d 100644 --- a/newlib/libc/stdio/sprintf.c +++ b/newlib/libc/stdio/sprintf.c @@ -17,7 +17,7 @@ /* FUNCTION -<<printf>>, <<fprintf>>, <<sprintf>>, <<snprintf>>, <<asprintf>>, <<asnprintf>>---format output +<<sprintf>>, <<fprintf>>, <<printf>>, <<snprintf>>, <<asprintf>>, <<asnprintf>>---format output INDEX fprintf |