mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
This commit is contained in:
parent
26cad3b64f
commit
e91cb7f003
1 changed files with 2 additions and 3 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue