summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-04-11 07:37:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-04-11 07:37:44 +0000
commitaf3c7c8d85b67eb82f9391b60743091a227323a1 (patch)
tree17da7b2da501fb65c04430e7657219c30997ea61 /lib/libc
parent7d0026cd9f3533187710aabce91744d69e8c56b2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/atof.314
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index 978d3f485958..85c46ecfdded 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -71,17 +71,3 @@ The
.Fn atof
function conforms to
.St -ansiC .
-.Sh BUGS
-This manual page represents intent instead of actual practice.
-While it is intended that
-.Fn atof
-be implemented using
-.Xr strtod 3 ,
-this has not yet happened.
-In the current system,
-.Fn atof
-translates a string in the following form to a double: a string of
-leading white space, possibly followed by a sign (``+'' or ``-''),
-followed by a digit string which may contain one decimal point (``.''),
-which may be followed by either of the exponent flags (``E'' or ``e''),
-and lastly, followed by a signed or unsigned integer.