summaryrefslogtreecommitdiffstats
path: root/man3/ceil.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ceil.3')
-rw-r--r--man3/ceil.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/ceil.3 b/man3/ceil.3
index 197920616..f4fc5db52 100644
--- a/man3/ceil.3
+++ b/man3/ceil.3
@@ -23,7 +23,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 ceilf (),
@@ -56,7 +56,7 @@ No errors occur.
POSIX.1-2001 documents a range error for overflows, but see NOTES.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -107,9 +107,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 floor (3),
-.BR lrint (3),
-.BR nearbyint (3),
-.BR rint (3),
-.BR round (3),
-.BR trunc (3)
+.MR floor 3 ,
+.MR lrint 3 ,
+.MR nearbyint 3 ,
+.MR rint 3 ,
+.MR round 3 ,
+.MR trunc 3