From f598d0519c46fcd68ed44c57f42c27d0a38f4e61 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 21 Nov 2001 09:25:14 +0000 Subject: [PATCH] Grammar nit. --- lib/msun/man/floor.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3 index 07c0f31dba1..7a4047ef18c 100644 --- a/lib/msun/man/floor.3 +++ b/lib/msun/man/floor.3 @@ -52,7 +52,7 @@ The .Fn floor and the .Fn floorf -function return the largest integral value +functions return the largest integral value less than or equal to .Fa x , expressed as a floating-point number.