summaryrefslogtreecommitdiffstats
path: root/man3/remainder.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/remainder.3')
-rw-r--r--man3/remainder.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/remainder.3 b/man3/remainder.3
index 2a937ee48..e78306c09 100644
--- a/man3/remainder.3
+++ b/man3/remainder.3
@@ -38,7 +38,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 remainder ():
@@ -85,7 +85,7 @@ is 0.5,
is chosen to be even.
.P
These functions are unaffected by the current rounding mode (see
-.BR fenv (3)).
+.MR fenv 3 ).
.P
The
.BR drem ()
@@ -124,7 +124,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
@@ -152,7 +152,7 @@ An invalid floating-point exception
is raised.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -229,6 +229,6 @@ is not a NaN.
.SH EXAMPLES
The call "remainder(29.0, 3.0)" returns \-1.
.SH SEE ALSO
-.BR div (3),
-.BR fmod (3),
-.BR remquo (3)
+.MR div 3 ,
+.MR fmod 3 ,
+.MR remquo 3