summaryrefslogtreecommitdiffstats
path: root/man3/div.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/div.3')
-rw-r--r--man3/div.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/div.3 b/man3/div.3
index cdcdecbf9..c09a3334c 100644
--- a/man3/div.3
+++ b/man3/div.3
@@ -34,7 +34,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR lldiv ():
@@ -66,7 +66,7 @@ of the same type as the function arguments.
The \fIdiv_t\fP (etc.) structure.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -101,5 +101,5 @@ div_t q = div(\-5, 3);
.P
the values \fIq.quot\fP and \fIq.rem\fP are \-1 and \-2, respectively.
.SH SEE ALSO
-.BR abs (3),
-.BR remainder (3)
+.MR abs 3 ,
+.MR remainder 3