diff options
author | ru <ru@FreeBSD.org> | 2005-01-13 09:35:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-13 09:35:47 +0000 |
commit | a14720c679eefe97022bec8f5770c40ce72f7c81 (patch) | |
tree | 9e84684f51db6b54dbd3299811883b390f584141 /lib | |
parent | 007d29aae3800b1cb6b79bf59467a4f71082a6c8 (diff) | |
download | FreeBSD-src-a14720c679eefe97022bec8f5770c40ce72f7c81.zip FreeBSD-src-a14720c679eefe97022bec8f5770c40ce72f7c81.tar.gz |
Fixed too many of "the", and enclose multi-word argument in double quotes.
Diffstat (limited to 'lib')
-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 . |