diff options
author | brueffer <brueffer@FreeBSD.org> | 2010-05-12 01:13:49 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2010-05-12 01:13:49 +0000 |
commit | d516a0cdd0b502d05a34672b1b4476a37722292b (patch) | |
tree | d19cd3fb91081a580d027d6862320c0b8bbb586b /lib/libc/stdlib | |
parent | c9526c3f50ac05b3212f09e5c2aed0571c2fae34 (diff) | |
download | FreeBSD-src-d516a0cdd0b502d05a34672b1b4476a37722292b.zip FreeBSD-src-d516a0cdd0b502d05a34672b1b4476a37722292b.tar.gz |
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
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index ec8ad51..a6e8af8 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -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 . |