summaryrefslogtreecommitdiffstats
path: root/man3/tgamma.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tgamma.3')
-rw-r--r--man3/tgamma.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/tgamma.3 b/man3/tgamma.3
index e55e95c35..3fa0f3342 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.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
.BR tgamma (),
@@ -110,7 +110,7 @@ or
respectively, with the same sign as the 0.
.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
@@ -158,7 +158,7 @@ is set to
.\" exception for various cases.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -180,9 +180,9 @@ C99, POSIX.1-2001.
.SH NOTES
This function had to be called "true gamma function"
since there is already a function
-.BR gamma (3)
+.MR gamma 3
that returns something else (see
-.BR gamma (3)
+.MR gamma 3
for details).
.SH BUGS
Before glibc 2.18, the glibc implementation of these functions did not set
@@ -212,5 +212,5 @@ and an
.B FE_INVALID
exception raised), rather than a pole error.
.SH SEE ALSO
-.BR gamma (3),
-.BR lgamma (3)
+.MR gamma 3 ,
+.MR lgamma 3