* libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.
This commit is contained in:
parent
22af2ce141
commit
38ed4e5111
|
@ -1,3 +1,7 @@
|
||||||
|
2007-05-07 Charles Wilson <cygwin@...>
|
||||||
|
|
||||||
|
* libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.
|
||||||
|
|
||||||
2007-05-03 Eric Blake <ebb9@byu.net>
|
2007-05-03 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
Add support for asnprintf, and improve *printf documentation.
|
Add support for asnprintf, and improve *printf documentation.
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
FUNCTION
|
FUNCTION
|
||||||
<<vprintf>>, <<vfprintf>>, <<vsprintf>>, <<vsnprintf>>, <<vasprintf>>, vasnprintf>>---format argument list
|
<<vprintf>>, <<vfprintf>>, <<vsprintf>>, <<vsnprintf>>, <<vasprintf>>, <<vasnprintf>>---format argument list
|
||||||
|
|
||||||
INDEX
|
INDEX
|
||||||
vprintf
|
vprintf
|
||||||
|
|
Loading…
Reference in New Issue