svn commit: r209699 - stable/7/lib/libc/stdlib
Christian Brueffer
brueffer at FreeBSD.org
Sun Jul 4 18:44:32 UTC 2010
Author: brueffer
Date: Sun Jul 4 18:44:32 2010
New Revision: 209699
URL: http://svn.freebsd.org/changeset/base/209699
Log:
MFC: r207946
The previous revision actually removed the bug being hinted at, so
go ahead and remove the hint.
Modified:
stable/7/lib/libc/stdlib/strtod.3
Directory Properties:
stable/7/lib/libc/ (props changed)
stable/7/lib/libc/stdtime/ (props changed)
Modified: stable/7/lib/libc/stdlib/strtod.3
==============================================================================
--- stable/7/lib/libc/stdlib/strtod.3 Sun Jul 4 18:41:00 2010 (r209698)
+++ stable/7/lib/libc/stdlib/strtod.3 Sun Jul 4 18:44:32 2010 (r209699)
@@ -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 .
More information about the svn-src-stable
mailing list