From 2cb0d2861191404a692eeddf6d94808d0b9e64b7 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 10 Feb 2001 05:16:41 +0000 Subject: Note the fact that decimal point taken from locale (according to SUSv2) --- lib/libc/stdlib/strtod.3 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc/stdlib/strtod.3') 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 -- cgit v1.1