summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-08-12 22:17:53 +0000
committerderaadt <deraadt@openbsd.org>1996-08-12 22:17:53 +0000
commit25c9750d2f15f726551162cf65b76c93bba78ae2 (patch)
tree484214f84da0fd30477cafd591a2a0a48aff5321
parentslightly less gross fix to avoid a coredump. (diff)
downloadwireguard-openbsd-25c9750d2f15f726551162cf65b76c93bba78ae2.tar.xz
wireguard-openbsd-25c9750d2f15f726551162cf65b76c93bba78ae2.zip
description fix; netbsd pr#2690; yoav@mit.edu
-rw-r--r--lib/libm/man/ceil.34
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