diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/round.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/round.3')
| -rw-r--r-- | man3/round.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/round.3 b/man3/round.3 index 93809b138c..c1d49c9622 100644 --- a/man3/round.3 +++ b/man3/round.3 @@ -49,6 +49,8 @@ No errors other than EDOM and ERANGE can occur. If \fIx\fP is NaN, then NaN is returned and .I errno may be set to EDOM. +.SH "CONFORMING TO" +C99. .SH NOTES POSIX.1-2001 contains text about overflow (which might set .I errno @@ -60,8 +62,6 @@ of the exponent is smaller than the number of mantissa bits. For the IEEE-754 standard 32-bit and 64-bit floating point numbers the maximum value of the exponent is 128 (resp. 1024), and the number of mantissa bits is 24 (resp. 53).) -.SH "CONFORMING TO" -C99. .SH "SEE ALSO" .BR ceil (3), .BR floor (3), |
