From 0e7900a440bffd15719a099c66bb1ebc1a77d18c Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 10 Feb 2001 06:42:32 +0000 Subject: Note that decimal point taken from locale --- lib/libc/stdlib/atof.3 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/stdlib') 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 , -- cgit v1.1