diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-21 09:25:14 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-21 09:25:14 +0000 |
| commit | f598d0519c46fcd68ed44c57f42c27d0a38f4e61 (patch) | |
| tree | 228d152787d047b3a560365dbbe60eccddab01f2 | |
| parent | a47adea237b71ee711ead0ee9d8e1a64f9622f8d (diff) | |
Notes
| -rw-r--r-- | lib/msun/man/floor.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3 index 07c0f31dba13..7a4047ef18c1 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. |
