aboutsummaryrefslogtreecommitdiffstats
path: root/man3/floor.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/floor.3')
-rw-r--r--man3/floor.36
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/floor.3 b/man3/floor.3
index b69f531919..3aede98105 100644
--- a/man3/floor.3
+++ b/man3/floor.3
@@ -42,7 +42,11 @@ The rounded integer value.
If \fIx\fP is integral or infinite,
\fIx\fP itself is returned.
.SH ERRORS
-No errors other than EDOM and ERANGE can occur.
+No errors other than
+.B EDOM
+and
+.B ERANGE
+can occur.
If \fIx\fP is NaN, then NaN is returned and
.I errno
may be set to EDOM.