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/ceil.3 | |
parent | fd578a2488d6830ec977adf2b81e48fff599fe0b (diff) |
provide MLINKS for "f" versions, and make sure they show up in whatis.db
Diffstat (limited to 'lib/libm/man/ceil.3')
-rw-r--r-- | lib/libm/man/ceil.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3 index affa3204c66..87ef104ea8b 100644 --- a/lib/libm/man/ceil.3 +++ b/lib/libm/man/ceil.3 @@ -30,13 +30,14 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91 -.\" $Id: ceil.3,v 1.4 1999/05/16 19:55:57 alex Exp $ +.\" $Id: ceil.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $ .\" .Dd March 10, 1994 .Dt CEIL 3 .Os .Sh NAME -.Nm ceil +.Nm ceil , +.Nm ceilf .Nd round to smallest integral value greater than or equal to x .Sh SYNOPSIS .Fd #include <math.h> |