From nobody@FreeBSD.org  Sun Feb 14 23:46:52 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0248D106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Feb 2010 23:46:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id CC59E8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Feb 2010 23:46:51 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1ENkpNA061182
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Feb 2010 23:46:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1ENkpl3061181;
	Sun, 14 Feb 2010 23:46:51 GMT
	(envelope-from nobody)
Message-Id: <201002142346.o1ENkpl3061181@www.freebsd.org>
Date: Sun, 14 Feb 2010 23:46:51 GMT
From: Jeremy Huddleston <jeremyhu@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: strtod(3) mentions "bug noted below" with no such note
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143944
>Category:       docs
>Synopsis:       strtod(3) mentions "bug noted below" with no such note
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 14 23:50:01 UTC 2010
>Closed-Date:    Sun Jul 04 20:44:53 CEST 2010
>Last-Modified:  Sun Jul 04 20:44:53 CEST 2010
>Originator:     Jeremy Huddleston
>Release:        8
>Organization:
Apple Inc
>Environment:
>Description:
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
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed May 12 03:13:59 CEST 2010 
State-Changed-Why:  
Comment removed, thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed May 12 03:13:59 CEST 2010 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143944 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/143944: commit references a PR
Date: Wed, 12 May 2010 01:14:03 +0000 (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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Sun Jul 4 20:44:38 CEST 2010 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143944 
>Unformatted:
