diff options
Diffstat (limited to 'lib/libm/common_source/ceil.3')
-rw-r--r-- | lib/libm/common_source/ceil.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/common_source/ceil.3 b/lib/libm/common_source/ceil.3 index e6ce835..1c0e6b0 100644 --- a/lib/libm/common_source/ceil.3 +++ b/lib/libm/common_source/ceil.3 @@ -36,7 +36,7 @@ .Os .Sh NAME .Nm ceil -.Nd smallest integral value not greater than x +.Nd smallest integral value greather than or equal to x .Sh SYNOPSIS .Fd #include <math.h> .Ft double @@ -44,7 +44,7 @@ .Sh DESCRIPTION The .Fn ceil -function computes the smallest integral value not less than +function computes the smallest integral value greater than or equal to .Fa x . .Sh RETURN VALUES The |