summaryrefslogtreecommitdiffstats
path: root/man3/scalbln.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/scalbln.3')
-rw-r--r--man3/scalbln.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/scalbln.3 b/man3/scalbln.3
index bedf5dbf8..d0f382b7f 100644
--- a/man3/scalbln.3
+++ b/man3/scalbln.3
@@ -27,7 +27,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 scalbln (),
@@ -102,7 +102,7 @@ and the functions return zero, with a sign the same as
.IR x .
.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
@@ -125,7 +125,7 @@ An underflow 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
@@ -149,11 +149,11 @@ glibc 2.1.
C99, POSIX.1-2001.
.SH HISTORY
These functions differ from the obsolete functions described in
-.BR scalb (3)
+.MR scalb 3
in the type of their second argument.
The functions described on this page have a second argument
of an integral type, while those in
-.BR scalb (3)
+.MR scalb 3
have a second argument of type
.IR double .
.SH NOTES
@@ -162,7 +162,7 @@ If
equals 2 (which is usual), then
.BR scalbn ()
is equivalent to
-.BR ldexp (3).
+.MR ldexp 3 .
.SH BUGS
Before glibc 2.20,
.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
@@ -170,5 +170,5 @@ these functions did not set
.I errno
for range errors.
.SH SEE ALSO
-.BR ldexp (3),
-.BR scalb (3)
+.MR ldexp 3 ,
+.MR scalb 3