summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2010-07-04 18:44:32 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2010-07-04 18:44:32 +0000
commitea4b9721e6e28ab05859d6508910c6a1c498a55d (patch)
treec085feaf606fe49771a80e6fcb2fa44cc1abbeb2 /lib/libc
parentbee6a7824c47675c6eb117f4d626c406404a977c (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/strtod.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 33dd45250b72..f1fb322946de 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -32,7 +32,7 @@
.\" @(#)strtod.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd March 2, 2003
+.Dd May 11, 2010
.Dt STRTOD 3
.Os
.Sh NAME
@@ -148,8 +148,7 @@ The
.Fn strtod
function
conforms to
-.St -isoC-99 ,
-with the exception of the bug noted below.
+.St -isoC-99 .
.Sh AUTHORS
The author of this software is
.An David M. Gay .