diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-12 22:17:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-12 22:17:54 +0000 |
commit | a4bbfa1ebe4935dc3de25a3afa34e009ba4479f6 (patch) | |
tree | 011d1ebd5f64da4c9db4f146695912490290c793 /lib/libm | |
parent | 21421744f1e60b2e735f51771bfbcc8cfd029123 (diff) |
description fix; netbsd pr#2690; yoav@mit.edu
Diffstat (limited to 'lib/libm')
-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 |