fix misordered sections

This commit is contained in:
Michael Kerrisk 2008-08-05 10:28:20 +00:00
parent 637d38e3ab
commit 3e807a314d
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,6 @@ exist on some systems, such as Tru64 and glibc2.
Avoid the use of these functions in favor of
.BR remainder ()
etc.
.SH EXAMPLE
The call "remainder(29.0, 3.0)" returns \-1.
.SH BUGS
The call
@ -195,6 +193,8 @@ returns a NaN, as expected, but wrongly causes a domain error;
it should yield a silent NaN.
.\" FIXME . this bug occurs as at glibc 2.8.
.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779
.SH EXAMPLE
The call "remainder(29.0, 3.0)" returns \-1.
.SH "SEE ALSO"
.BR fmod (3),
.BR remquo (3)