diff options
author | ache <ache@FreeBSD.org> | 2001-02-10 06:42:32 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-10 06:42:32 +0000 |
commit | 0e7900a440bffd15719a099c66bb1ebc1a77d18c (patch) | |
tree | a7962c1ea2fb36453a095f9c672d798ed1a286b8 /lib/libc/stdlib | |
parent | 6a1fb4644a94a60aa35d180807c885d67df5529a (diff) | |
download | FreeBSD-src-0e7900a440bffd15719a099c66bb1ebc1a77d18c.zip FreeBSD-src-0e7900a440bffd15719a099c66bb1ebc1a77d18c.tar.gz |
Note that decimal point taken from locale
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/atof.3 | 3 |
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 , |