summaryrefslogtreecommitdiffstats
path: root/man3/remquo.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/remquo.3')
-rw-r--r--man3/remquo.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/remquo.3 b/man3/remquo.3
index ee42f5f36..169d491cd 100644
--- a/man3/remquo.3
+++ b/man3/remquo.3
@@ -25,7 +25,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 remquo (),
@@ -46,7 +46,7 @@ pointer.
The remainder is returned as the function result.
.P
The value of the remainder is the same as that computed by the
-.BR remainder (3)
+.MR remainder 3
function.
.P
The value stored via the
@@ -65,7 +65,7 @@ Note that the actual quotient might not fit in an integer.
.SH RETURN VALUE
On success, these functions return the same value as
the analogous functions described in
-.BR remainder (3).
+.MR remainder 3 .
.P
If
.I x
@@ -92,7 +92,7 @@ a domain error occurs, and
a NaN is returned.
.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
@@ -113,7 +113,7 @@ These functions do not set
.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -133,6 +133,6 @@ C11, POSIX.1-2008.
glibc 2.1.
C99, POSIX.1-2001.
.SH SEE ALSO
-.BR fmod (3),
-.BR logb (3),
-.BR remainder (3)
+.MR fmod 3 ,
+.MR logb 3 ,
+.MR remainder 3