diff options
author | 2009-07-06 00:09:48 +0000 | |
---|---|---|
committer | 2009-07-06 00:09:48 +0000 | |
commit | 97c9a894d3030159bac200d1a7a8f6bd5c16ad26 (patch) | |
tree | 3805eb9e0e50d08186afe3c61045ee140a28f4c7 /lib/libm/man/trunc.3 | |
parent | don't test unspecified behavior per ISO C (section F.4). this made (diff) | |
download | wireguard-openbsd-97c9a894d3030159bac200d1a7a8f6bd5c16ad26.tar.xz wireguard-openbsd-97c9a894d3030159bac200d1a7a8f6bd5c16ad26.zip |
fe_towardzero not on openbsd. ok millert@
Diffstat (limited to 'lib/libm/man/trunc.3')
-rw-r--r-- | lib/libm/man/trunc.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libm/man/trunc.3 b/lib/libm/man/trunc.3 index 0a39b6d89bd..84fdc004c98 100644 --- a/lib/libm/man/trunc.3 +++ b/lib/libm/man/trunc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trunc.3,v 1.3 2007/05/31 19:19:36 jmc Exp $ +.\" $OpenBSD: trunc.3,v 1.4 2009/07/06 00:09:48 martynas Exp $ .\" .\" Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.org> .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/lib/msun/man/trunc.3,v 1.3 2005/06/15 19:04:04 ru Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 6 2009 $ .Dt TRUNC 3 .Os .Sh NAME @@ -56,9 +56,7 @@ They are equivalent to and .Fn rintf .\" .Fn rintl -respectively, in the -.Dv FE_TOWARDZERO -rounding mode. +respectively, in the rounding towards zero mode. .Sh SEE ALSO .Xr ceil 3 , .\" .Xr fesetround 3 |