summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/ceil.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-13 13:57:32 +0000
committerbde <bde@FreeBSD.org>2001-10-13 13:57:32 +0000
commit3097d9a80a95cf00bc33d528031adb2abdf8ecd6 (patch)
treeba8ece89b98908fd78f633446060ef3816da6986 /lib/msun/man/ceil.3
parent457ec68dae8466c9f37b3c0bd53393b257f503aa (diff)
downloadFreeBSD-src-3097d9a80a95cf00bc33d528031adb2abdf8ecd6.zip
FreeBSD-src-3097d9a80a95cf00bc33d528031adb2abdf8ecd6.tar.gz
Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting to
describing these operators in English. This completes the fix in rev.1.3 (rev.1.2 got this wrong by describing wrong operators in English). Fixed bitrot and improved English in the DESCRIPTION section.
Diffstat (limited to 'lib/msun/man/ceil.3')
-rw-r--r--lib/msun/man/ceil.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/msun/man/ceil.3 b/lib/msun/man/ceil.3
index 8b6fbb0..64ef996 100644
--- a/lib/msun/man/ceil.3
+++ b/lib/msun/man/ceil.3
@@ -38,7 +38,7 @@
.Sh NAME
.Nm ceil ,
.Nm ceilf
-.Nd round to smallest integral value >= x
+.Nd smallest integral value greater than or equal to x
.Sh LIBRARY
.Lb libm
.Sh SYNOPSIS
@@ -53,9 +53,9 @@ The
and the
.Fn ceilf
functions return the smallest integral value
-(represented as a double precision number)
greater than or equal to
-.Fa x .
+.Fa x ,
+expressed as a floating-point number.
.Sh SEE ALSO
.Xr abs 3 ,
.Xr fabs 3 ,
OpenPOWER on IntegriCloud