mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
Fix typo-ed function names in efgcvt.c documentation
Fix typo-ed function names in efgcvt.c documentation, neither gvcvt nor gdvtf exists. 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/efgcvt.c: Fix typo-ed function names in documentation. * libc/stdlib/stdlib.tex: Fix function name in menu to match. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
eb61ffe8dd
commit
de5e58a640
@ -1,3 +1,9 @@
|
|||||||
|
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
|
* libc/stdlib/efgcvt.c: Fix typo-ed function names in
|
||||||
|
documentation.
|
||||||
|
* libc/stdlib/stdlib.tex: Fix function name in menu to match.
|
||||||
|
|
||||||
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
* libc/stdio/fread.c: Fix inconsistent use of '.' to separate
|
* libc/stdio/fread.c: Fix inconsistent use of '.' to separate
|
||||||
|
@ -84,7 +84,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
|
|||||||
|
|
||||||
NEWPAGE
|
NEWPAGE
|
||||||
FUNCTION
|
FUNCTION
|
||||||
<<gvcvt>>, <<gcvtf>>---format double or float as string
|
<<gcvt>>, <<gcvtf>>---format double or float as string
|
||||||
|
|
||||||
INDEX
|
INDEX
|
||||||
gcvt
|
gcvt
|
||||||
@ -111,7 +111,7 @@ TRAD_SYNOPSIS
|
|||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
<<gcvt>> writes a fully formatted number as a null-terminated
|
<<gcvt>> writes a fully formatted number as a null-terminated
|
||||||
string in the buffer <<*<[buf]>>>. <<gdvtf>> produces corresponding
|
string in the buffer <<*<[buf]>>>. <<gcvtf>> produces corresponding
|
||||||
character representations of <<float>> numbers.
|
character representations of <<float>> numbers.
|
||||||
|
|
||||||
<<gcvt>> uses the same rules as the <<printf>> format
|
<<gcvt>> uses the same rules as the <<printf>> format
|
||||||
|
@ -20,7 +20,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
|
|||||||
* ecvtbuf:: Double or float to string of digits
|
* ecvtbuf:: Double or float to string of digits
|
||||||
* ecvt:: Double or float to string of digits (malloc result)
|
* ecvt:: Double or float to string of digits (malloc result)
|
||||||
* __env_lock:: Lock environment list for getenv and setenv
|
* __env_lock:: Lock environment list for getenv and setenv
|
||||||
* gvcvt:: Format double or float as string
|
* gcvt:: Format double or float as string
|
||||||
* exit:: End program execution
|
* exit:: End program execution
|
||||||
* getenv:: Look up environment variable
|
* getenv:: Look up environment variable
|
||||||
* labs:: Long integer absolute value (magnitude)
|
* labs:: Long integer absolute value (magnitude)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user