Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2010 18:41:00 +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-8@freebsd.org
Subject:   svn commit: r209698 - stable/8/lib/libc/stdlib
Message-ID:  <201007041841.o64If0A1012889@svn.freebsd.org>

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



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