Reverse order of SYNOPSIS and NAME sections.

This commit is contained in:
Michael Kerrisk 2008-07-24 03:59:56 +00:00
parent f183f96878
commit 547768b4eb
1 changed files with 2 additions and 5 deletions

View File

@ -22,14 +22,14 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MATH_ERROR 7 2008-07-21 "Linux" "Linux Programmer's Manual"
.SH NAME
math_error \- detecting errors from mathematical functions
.SH SYNOPSIS
.nf
.B #include <math.h>
.B #include <errno.h>
.B #include <fenv.h>
.fi
.SH NAME
math_error \- detecting errors from mathematical functions
.SH DESCRIPTION
On error, many of the mathematical functions declared in
.IR <math.h>
@ -245,8 +245,6 @@ option also enables
.IR "-fno-math-errno" .)
An error can still be tested for using
.BR fetestexcept (3).
.fi
.in
.SH SEE ALSO
.BR gcc (1),
.BR errno (3),
@ -258,4 +256,3 @@ An error can still be tested for using
.BR nan (3)
.br
.I "info libc"
.\" FIXME(mtk) add SEE ALSO in fenv.3, fpclassify.3, nan.3, INFINITY.3