summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/atof.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-02-10 06:42:32 +0000
committerache <ache@FreeBSD.org>2001-02-10 06:42:32 +0000
commit0e7900a440bffd15719a099c66bb1ebc1a77d18c (patch)
treea7962c1ea2fb36453a095f9c672d798ed1a286b8 /lib/libc/stdlib/atof.3
parent6a1fb4644a94a60aa35d180807c885d67df5529a (diff)
downloadFreeBSD-src-0e7900a440bffd15719a099c66bb1ebc1a77d18c.zip
FreeBSD-src-0e7900a440bffd15719a099c66bb1ebc1a77d18c.tar.gz
Note that decimal point taken from locale
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 64546cf..005f87d 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 ,
OpenPOWER on IntegriCloud