diff options
Diffstat (limited to 'lib/msun/man/ceil.3')
-rw-r--r-- | lib/msun/man/ceil.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/msun/man/ceil.3 b/lib/msun/man/ceil.3 index 153624e..3f825c9 100644 --- a/lib/msun/man/ceil.3 +++ b/lib/msun/man/ceil.3 @@ -48,14 +48,13 @@ .Fn ceil "double x" .Ft float .Fn ceilf "float x" -.Ft long double +.Ft "long double" .Fn ceill "long double x" .Sh DESCRIPTION The .Fn ceil , -the .Fn ceilf -and the +and .Fn ceill functions return the smallest integral value greater than or equal to @@ -77,7 +76,7 @@ function conforms to .St -isoC . The .Fn ceilf -and the +and .Fn ceill functions conform to .St -isoC-99 . |