Bug 143944

Summary: strtod(3) mentions "bug noted below" with no such note
Product: Documentation Reporter: Jeremy Huddleston <jeremyhu>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jeremy Huddleston 2010-02-14 23:50:01 UTC
The man page states:

STANDARDS
     The strtod() function conforms to ISO/IEC 9899:1999 (``ISO C99''), with
     the exception of the bug noted below.

but there is no "bug noted below"

How-To-Repeat: man strtod
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2010-05-12 02:13:59 UTC
State Changed
From-To: open->patched

Comment removed, thanks! 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2010-05-12 02:13:59 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-12 02:14:03 UTC
Author: brueffer
Date: Wed May 12 01:13:49 2010
New Revision: 207946
URL: http://svn.freebsd.org/changeset/base/207946

Log:
  The previous revision actually removed the bug being hinted at, so
  go ahead and remove the hint.
  
  PR:		143944
  Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>
  MFC after:	1 week

Modified:
  head/lib/libc/stdlib/strtod.3

Modified: head/lib/libc/stdlib/strtod.3
==============================================================================
--- head/lib/libc/stdlib/strtod.3	Wed May 12 00:56:53 2010	(r207945)
+++ head/lib/libc/stdlib/strtod.3	Wed May 12 01:13:49 2010	(r207946)
@@ -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 .
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2010-07-04 19:44:38 UTC
State Changed
From-To: patched->closed

MFCs done.