From 113ed1bb1daf3b505986810434a49771b9e19f04 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 13 Jan 2005 09:35:47 +0000 Subject: [PATCH] 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(-) diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3 index f42f9c61fd7d..ed46689cf43c 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 .