diff options
| author | wiz <wiz@NetBSD.org> | 2004-07-10 14:11:18 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2004-07-10 14:11:18 +0000 |
| commit | f46be40b71980bdc813eb6bf67b38245f32b2ef9 (patch) | |
| tree | e9a3f1a119eb5b83bf21c1ac3fc38a531b58bc3e /lib/libm | |
| parent | e0ea8a48b1de949c5832596fcb9680928dabc337 (diff) | |
Move RCS Id to top of file; comment out reference to trunc(3),
which we do not have.
Diffstat (limited to 'lib/libm')
| -rw-r--r-- | lib/libm/man/round.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libm/man/round.3 b/lib/libm/man/round.3 index aa240439efe..befccd72de4 100644 --- a/lib/libm/man/round.3 +++ b/lib/libm/man/round.3 @@ -1,3 +1,5 @@ +.\" $NetBSD: round.3,v 1.2 2004/07/10 14:11:18 wiz Exp $ +.\" .\" Copyright (c) 2003, Steven G. Kargl .\" All rights reserved. .\" @@ -22,10 +24,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $NetBSD: round.3,v 1.1 2004/07/10 13:49:10 junyoung Exp $ .\" $FreeBSD: src/lib/msun/man/round.3,v 1.2 2004/06/20 09:27:17 das Exp $ .\" -.Dd July 9, 2004 +.Dd July 9, 2004 .Dt ROUND 3 .Os .Sh NAME @@ -47,7 +48,7 @@ and .Fn roundf functions return the nearest integral value to .Fa x ; -if +if .Fa x lies halfway between two integral values, then these functions return the integral value with the larger @@ -57,8 +58,8 @@ absolute value (i.e., they round away from zero). .Xr floor 3 , .Xr ieee 3 , .Xr math 3 , -.Xr rint 3 , -.Xr trunc 3 +.Xr rint 3 +.\" .Xr trunc 3 .Sh STANDARDS The .Fn round |
