diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-01 00:06:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-01 00:06:41 +0000 |
commit | 7ffa9cb825f1d88e2485ea096b3d3fcc979443e4 (patch) | |
tree | f5a3a849ca21d5340f86b7fd11026d5cbef8ceaf /lib/libm/man/rint.3 | |
parent | fd578a2488d6830ec977adf2b81e48fff599fe0b (diff) |
provide MLINKS for "f" versions, and make sure they show up in whatis.db
Diffstat (limited to 'lib/libm/man/rint.3')
-rw-r--r-- | lib/libm/man/rint.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libm/man/rint.3 b/lib/libm/man/rint.3 index bcf337fd7e4..1406bf37746 100644 --- a/lib/libm/man/rint.3 +++ b/lib/libm/man/rint.3 @@ -30,13 +30,14 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rint.3 5.1 (Berkeley) 5/2/91 -.\" $Id: rint.3,v 1.3 1999/05/16 19:56:01 alex Exp $ +.\" $Id: rint.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $ .\" .Dd March 10, 1994 .Dt RINT 3 .Os .Sh NAME -.Nm rint +.Nm rint , +.Nm rintf .Nd round to integral value in floating-point format .Sh SYNOPSIS .Fd #include <math.h> |