summaryrefslogtreecommitdiffstats
path: root/man3/lrint.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/lrint.3')
-rw-r--r--man3/lrint.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/lrint.3 b/man3/lrint.3
index 74b91af9c..2d2605ece 100644
--- a/man3/lrint.3
+++ b/man3/lrint.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
All functions shown above:
@@ -36,10 +36,10 @@ All functions shown above:
.SH DESCRIPTION
These functions round their argument to the nearest integer value,
using the current rounding direction (see
-.BR fesetround (3)).
+.MR fesetround 3 ).
.P
Note that unlike the
-.BR rint (3)
+.MR rint 3
family of functions,
the return type of these functions differs from
that of their arguments.
@@ -59,7 +59,7 @@ then a domain error occurs, and the return value is unspecified.
.\" The return value is -(LONG_MAX - 1) or -(LLONG_MAX -1)
.SH ERRORS
See
-.BR math_error (7)
+.MR math_error 7
for information on how to determine whether an error has occurred
when calling these functions.
.P
@@ -79,7 +79,7 @@ These functions do not set
.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6798
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -102,9 +102,9 @@ C11, POSIX.1-2008.
glibc 2.1.
C99, POSIX.1-2001.
.SH SEE ALSO
-.BR ceil (3),
-.BR floor (3),
-.BR lround (3),
-.BR nearbyint (3),
-.BR rint (3),
-.BR round (3)
+.MR ceil 3 ,
+.MR floor 3 ,
+.MR lround 3 ,
+.MR nearbyint 3 ,
+.MR rint 3 ,
+.MR round 3