we don't have FE_TOWARDZERO (yet), refer to FP_RZ instead

This commit is contained in:
drochner 2006-03-31 12:17:41 +00:00
parent 273bf6508d
commit 75d99205fc
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: trunc.3,v 1.3 2006/03/25 22:18:40 kleink Exp $
.\" $NetBSD: trunc.3,v 1.4 2006/03/31 12:17:41 drochner Exp $
.\"
.\" Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.org>
.\" All rights reserved.
@ -59,11 +59,11 @@ and
.Fn rintf
.\" .Fn rintl
respectively, in the
.Dv FE_TOWARDZERO
.Dv FP_RZ
rounding mode.
.Sh SEE ALSO
.Xr ceil 3 ,
.\" .Xr fesetround 3
.Xr fpsetround 3 ,
.Xr floor 3 ,
.Xr math 3 ,
.Xr nextafter 3 ,