diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:09:13 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:09:13 +0000 |
| commit | c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00 (patch) | |
| tree | d1d2ad8e63db3576c278d071cec33cf56a561d92 /man3/rint.3 | |
| parent | c90511a630beedc0411d800399d216138a9f4875 (diff) | |
| download | man-pages-c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00.tar.gz | |
ffix
Diffstat (limited to 'man3/rint.3')
| -rw-r--r-- | man3/rint.3 | 6 |
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. |
