diff options
author | ache <ache@FreeBSD.org> | 2001-02-10 05:16:41 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-10 05:16:41 +0000 |
commit | 2cb0d2861191404a692eeddf6d94808d0b9e64b7 (patch) | |
tree | ad4e4003d0abcb0621dbc4dd63fe5fa2a8bab42f /lib/libc/stdlib | |
parent | 4060fa06fa215aa7faafcf3f3136658fcd8d5255 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 2 |
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 |