summaryrefslogtreecommitdiffstats
path: root/man3/signbit.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/signbit.3')
-rw-r--r--man3/signbit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/signbit.3 b/man3/signbit.3
index 0a54b70b7..8df0ac245 100644
--- a/man3/signbit.3
+++ b/man3/signbit.3
@@ -22,7 +22,7 @@ Math library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR signbit ():
@@ -56,7 +56,7 @@ is negative; otherwise it returns zero.
No errors occur.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -76,4 +76,4 @@ POSIX.1-2001, C99.
This function is defined in IEC 559 (and the appendix with
recommended functions in IEEE 754/IEEE 854).
.SH SEE ALSO
-.BR copysign (3)
+.MR copysign 3