summaryrefslogtreecommitdiffstats
path: root/man3/copysign.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/copysign.3')
-rw-r--r--man3/copysign.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/copysign.3 b/man3/copysign.3
index bf20466ae..1506fcf00 100644
--- a/man3/copysign.3
+++ b/man3/copysign.3
@@ -26,7 +26,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 copysign (),
@@ -64,7 +64,7 @@ is returned.
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
@@ -89,4 +89,4 @@ recommended functions in IEEE 754/IEEE 854).
.SH HISTORY
C99, POSIX.1-2001, 4.3BSD.
.SH SEE ALSO
-.BR signbit (3)
+.MR signbit 3