From a14720c679eefe97022bec8f5770c40ce72f7c81 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 13 Jan 2005 09:35:47 +0000 Subject: Fixed too many of "the", and enclose multi-word argument in double quotes. --- lib/msun/man/floor.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/msun') 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 . -- cgit v1.1