Fixed include files references / formatting.

This commit is contained in:
Michael Kerrisk 2007-12-10 07:08:12 +00:00
parent 3d341b3326
commit 3ea909db7a
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ This function was a non-standard GNU extension.
.SH NOTES
As of glibc 2.1 this function does not exist anymore.
There are new functions from C99, with prototypes in
.IR /usr/include/fenv.h ,
.IR <fenv.h> ,
to control FPU rounding modes, like
.IR fegetround ,
.IR fesetround ,
@ -38,7 +38,7 @@ and FPU exception handling, like
.PP
If direct access to the FPU control word is still needed, the _FPU_GETCW
and _FPU_SETCW macros from
.I /usr/include/fpu_control.h
.I <fpu_control.h>
can be used.
.SH EXAMPLE
.B __setfpucw(0x1372)
@ -53,4 +53,4 @@ Set FPU control word on the i386 architecture to
.SH "SEE ALSO"
.BR feclearexcept (3)
.br
.I /usr/include/i386/fpu_control.h
.I <fpu_control.h>