summaryrefslogtreecommitdiffstats
path: root/man3/__setfpucw.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/__setfpucw.3')
-rw-r--r--man3/__setfpucw.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/__setfpucw.3 b/man3/__setfpucw.3
index 647fece4a..676cd1332 100644
--- a/man3/__setfpucw.3
+++ b/man3/__setfpucw.3
@@ -30,20 +30,20 @@ Removed in glibc 2.1.
There are new functions from C99, with prototypes in
.IR <fenv.h> ,
to control FPU rounding modes, like
-.BR fegetround (3),
-.BR fesetround (3),
+.MR fegetround 3 ,
+.MR fesetround 3 ,
and the floating-point environment, like
-.BR fegetenv (3),
-.BR feholdexcept (3),
-.BR fesetenv (3),
-.BR feupdateenv (3),
+.MR fegetenv 3 ,
+.MR feholdexcept 3 ,
+.MR fesetenv 3 ,
+.MR feupdateenv 3 ,
and FPU exception handling, like
-.BR feclearexcept (3),
-.BR fegetexceptflag (3),
-.BR feraiseexcept (3),
-.BR fesetexceptflag (3),
+.MR feclearexcept 3 ,
+.MR fegetexceptflag 3 ,
+.MR feraiseexcept 3 ,
+.MR fesetexceptflag 3 ,
and
-.BR fetestexcept (3).
+.MR fetestexcept 3 .
.P
If direct access to the FPU control word is still needed, the
.B _FPU_GETCW
@@ -67,6 +67,6 @@ exceptions on overflow, zero divide and NaN
.PD
.RE
.SH SEE ALSO
-.BR feclearexcept (3)
+.MR feclearexcept 3
.P
.I <fpu_control.h>