summaryrefslogtreecommitdiffstats
path: root/man3/trunc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/trunc.3')
-rw-r--r--man3/trunc.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/trunc.3 b/man3/trunc.3
index bb8758fb1..1e05099c5 100644
--- a/man3/trunc.3
+++ b/man3/trunc.3
@@ -20,7 +20,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 trunc (),
@@ -46,7 +46,7 @@ itself 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
@@ -75,9 +75,9 @@ To avoid an overflow, which will produce undefined results,
an application should perform a range check on the returned value
before assigning it to an integer type.
.SH SEE ALSO
-.BR ceil (3),
-.BR floor (3),
-.BR lrint (3),
-.BR nearbyint (3),
-.BR rint (3),
-.BR round (3)
+.MR ceil 3 ,
+.MR floor 3 ,
+.MR lrint 3 ,
+.MR nearbyint 3 ,
+.MR rint 3 ,
+.MR round 3