From owner-svn-src-stable@FreeBSD.ORG Sun Jul 4 18:44:32 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AC89106564A; Sun, 4 Jul 2010 18:44:32 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 67BBD8FC08; Sun, 4 Jul 2010 18:44:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o64IiWNZ013744; Sun, 4 Jul 2010 18:44:32 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o64IiW6f013742; Sun, 4 Jul 2010 18:44:32 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201007041844.o64IiW6f013742@svn.freebsd.org> From: Christian Brueffer Date: Sun, 4 Jul 2010 18:44:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r209699 - stable/7/lib/libc/stdlib X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2010 18:44:32 -0000 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 .