summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtod.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-02-10 05:16:41 +0000
committerache <ache@FreeBSD.org>2001-02-10 05:16:41 +0000
commit2cb0d2861191404a692eeddf6d94808d0b9e64b7 (patch)
treead4e4003d0abcb0621dbc4dd63fe5fa2a8bab42f /lib/libc/stdlib/strtod.3
parent4060fa06fa215aa7faafcf3f3136658fcd8d5255 (diff)
downloadFreeBSD-src-2cb0d2861191404a692eeddf6d94808d0b9e64b7.zip
FreeBSD-src-2cb0d2861191404a692eeddf6d94808d0b9e64b7.tar.gz
Note the fact that decimal point taken from locale (according to SUSv2)
Diffstat (limited to 'lib/libc/stdlib/strtod.3')
-rw-r--r--lib/libc/stdlib/strtod.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 1d86a77..b6f94ab 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -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
OpenPOWER on IntegriCloud