Note the fact that decimal point taken from locale (according to SUSv2)

This commit is contained in:
ache 2001-02-10 05:16:41 +00:00
parent 4060fa06fa
commit 2cb0d28611

View File

@ -69,6 +69,8 @@ or minus sign, followed by a sequence of digits.
Leading white-space characters in the string (as defined by the
.Xr isspace 3
function) are skipped.
The decimal point
character is defined in the program's locale (category LC_NUMERIC).
.Sh RETURN VALUES
The
.Fn strtod