svn commit: r209698 - stable/8/lib/libc/stdlib

Christian Brueffer brueffer at FreeBSD.org
Sun Jul 4 18:41:00 UTC 2010


Author: brueffer
Date: Sun Jul  4 18:41:00 2010
New Revision: 209698
URL: http://svn.freebsd.org/changeset/base/209698

Log:
  MFC: r207946
  
  The previous revision actually removed the bug being hinted at, so
  go ahead and remove the hint.

Modified:
  stable/8/lib/libc/stdlib/strtod.3
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)
  stable/8/lib/libc/sys/   (props changed)

Modified: stable/8/lib/libc/stdlib/strtod.3
==============================================================================
--- stable/8/lib/libc/stdlib/strtod.3	Sun Jul  4 18:16:17 2010	(r209697)
+++ stable/8/lib/libc/stdlib/strtod.3	Sun Jul  4 18:41:00 2010	(r209698)
@@ -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 .


More information about the svn-src-all mailing list