diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-07-06 00:09:49 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-07-06 00:09:49 +0000 |
commit | 98c2d9acde5fde104df1801aabf196bb43c02749 (patch) | |
tree | 9bd19eae6038303fdef504fe5c39b834f3dcba2d /lib/libm/man | |
parent | 261a0fb7e2b1a7a56fb7e4d0a025225ca0861e25 (diff) |
fe_towardzero not on openbsd. ok millert@
Diffstat (limited to 'lib/libm/man')
-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 |