Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2010 18:44:32 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r209699 - stable/7/lib/libc/stdlib
Message-ID:  <201007041844.o64IiW6f013742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007041844.o64IiW6f013742>