summaryrefslogtreecommitdiff
path: root/man3/fenv.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
commit0daa9e92d0cc449d25d4fd200759177024baae84 (patch)
treeab554843b62ec3ad24acbdfbc8535e787c88d924 /man3/fenv.3
parentc11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff)
Fix redundant formatting macros
Diffstat (limited to 'man3/fenv.3')
-rw-r--r--man3/fenv.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/fenv.3 b/man3/fenv.3
index 4d1c0bd6a..bcd319f15 100644
--- a/man3/fenv.3
+++ b/man3/fenv.3
@@ -91,7 +91,7 @@ Each of the macros
.BR FE_INEXACT ,
.BR FE_INVALID ,
.BR FE_OVERFLOW ,
-.BR FE_UNDERFLOW
+.B FE_UNDERFLOW
is defined when the implementation supports handling
of the corresponding exception, and if so then
defines the corresponding bit(s), so that one can call
@@ -142,7 +142,7 @@ Each of the macros
.BR FE_DOWNWARD ,
.BR FE_TONEAREST ,
.BR FE_TOWARDZERO ,
-.BR FE_UPWARD
+.B FE_UPWARD
is defined when the implementation supports getting and setting
the corresponding rounding direction.
.LP
@@ -242,7 +242,7 @@ to query the state.
.br
.BI "int fedisableexcept(int " excepts );
.br
-.BI "int fegetexcept(void);"
+.B "int fegetexcept(void);"
.br
.fi
.LP