summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atof.3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 06:42:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 06:42:32 +0000
commit2b2075b19150f0eec4123ebd9ac1819d9b456021 (patch)
treefd52480305c649506fd9abd2a3eb88896618d0c3 /lib/libc/stdlib/atof.3
parent31b516e49cded04e10a48c46a99224bbc129e1d9 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/atof.3')
-rw-r--r--lib/libc/stdlib/atof.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index 64546cf99f21..005f87d45def 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -62,6 +62,9 @@ representation.
It is equivalent to:
.Bd -literal -offset indent
strtod(nptr, (char **)NULL);
+.Pp
+The decimal point
+character is defined in the program's locale (category LC_NUMERIC).
.Ed
.Sh SEE ALSO
.Xr atoi 3 ,