aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2010-07-04 18:41:00 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2010-07-04 18:41:00 +0000
commit5845c605723948692dd69c8ce642d59d9a7d61ca (patch)
treefd07dc0eed35637b9886b856306ae554ef4c420b /lib/libc/stdlib
parent0e19552475fd319fef3518e0d84bee063a73ae0e (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-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 ec8ad51c620b..a6e8af8a283c 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
@@ -169,8 +169,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 .