diff options
-rw-r--r-- | lib/libm/man/ceil.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3 index 2358a2536ab..4a1a8d2ad72 100644 --- a/lib/libm/man/ceil.3 +++ b/lib/libm/man/ceil.3 @@ -30,14 +30,14 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91 -.\" $Id: ceil.3,v 1.2 1995/10/28 00:56:49 deraadt Exp $ +.\" $Id: ceil.3,v 1.3 1996/08/12 22:17:53 deraadt Exp $ .\" .Dd March 10, 1994 .Dt CEIL 3 .Os .Sh NAME .Nm ceil -.Nd round to smallest integral value not greater than x +.Nd round to smallest integral value greater than or equal to x .Sh SYNOPSIS .Fd #include <math.h> .Ft double |