diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-09-26 20:10:10 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-09-26 20:10:10 +0000 |
| commit | 5578cfa2fa591458185a392dd7044af101b79d13 (patch) | |
| tree | 3564c59b508f2c3e14d851d0f1856ba5f7ae46f4 /lib/libc/stdlib | |
| parent | 330e78897a777a14b314b25dd774cd70ff6572aa (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/atof.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 98a9571dd79d..da8bed5391d3 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -67,10 +67,6 @@ strtod(nptr, (char **)NULL); The decimal point character is defined in the program's locale (category .Dv LC_NUMERIC ) . -.Pp -The -.Fn atof -function does not detect errors. .Sh IMPLEMENTATION NOTES The .Fn atof @@ -81,6 +77,10 @@ The function has been deprecated by .Fn strtod and should not be used in new code. +.Sh ERRORS +The +.Fn atof +function does not detect errors. .Sh SEE ALSO .Xr atoi 3 , .Xr atol 3 , @@ -91,7 +91,7 @@ and should not be used in new code. The .Fn atof function conforms to -.St -p1003.1 , +.St -p1003.1-90 , .St -isoC , and .St -isoC-99 . |
