diff options
-rw-r--r-- | lib/msun/man/floor.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3 index f42f9c6..ed46689 100644 --- a/lib/msun/man/floor.3 +++ b/lib/msun/man/floor.3 @@ -48,14 +48,13 @@ .Fn floor "double x" .Ft float .Fn floorf "float x" -.Ft long double +.Ft "long double" .Fn floorl "long double x" .Sh DESCRIPTION The .Fn floor , -the .Fn floorf -and the +and .Fn floorl functions return the largest integral value less than or equal to @@ -77,7 +76,7 @@ function conforms to .St -isoC . The .Fn floorf -and the +and .Fn floorl functions conform to .St -isoC-99 . |