summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 05:16:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 05:16:41 +0000
commit05a6e1e59bac86186a25e710c1d92af06cdc5267 (patch)
tree5af1e5e818821edda52bc7ded424ddec2910e496 /lib/libc
parentb0e3ccc0570a2f2e4497de269bd6e4f5f86df23a (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 1d86a77f9ea4..b6f94abd3d1f 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