diff options
author | 2008-09-13 22:25:49 +0000 | |
---|---|---|
committer | 2008-09-13 22:25:49 +0000 | |
commit | 874320f515bbd09be2fa6dabbb2c7c1666c2991a (patch) | |
tree | 6e6af1cf0cd23a467f31e899fa275eeb3f6c31d7 /lib/libc | |
parent | remove z_abs. ok millert@ (diff) | |
download | wireguard-openbsd-874320f515bbd09be2fa6dabbb2c7c1666c2991a.tar.xz wireguard-openbsd-874320f515bbd09be2fa6dabbb2c7c1666c2991a.zip |
strtof has been introduced in c99
from Thomas Pfaff. ok millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 979334203e2..5f97639d8d9 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.12 2008/06/13 23:50:49 jmc Exp $ +.\" $OpenBSD: strtod.3,v 1.13 2008/09/13 22:25:49 martynas Exp $ .\" -.Dd $Mdocdate: June 13 2008 $ +.Dd $Mdocdate: September 13 2008 $ .Dt STRTOD 3 .Os .Sh NAME @@ -123,7 +123,9 @@ Overflow or underflow occurred. .Sh STANDARDS The .Fn strtod +function conform to +.St -ansiC-89 and .Fn strtof -functions conform to -.St -ansiC . +conform to +.St -ansiC-99 . |