aboutsummaryrefslogtreecommitdiffstats
path: root/man3/rint.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/rint.3')
-rw-r--r--man3/rint.36
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/rint.3 b/man3/rint.3
index 067db8bfa5..6a8d630b38 100644
--- a/man3/rint.3
+++ b/man3/rint.3
@@ -59,7 +59,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.