summaryrefslogtreecommitdiffstats
path: root/man3/lgamma.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/lgamma.3')
-rw-r--r--man3/lgamma.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/lgamma.3 b/man3/lgamma.3
index 87b8ec3ff..009d3f200 100644
--- a/man3/lgamma.3
+++ b/man3/lgamma.3
@@ -30,7 +30,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
.nf
@@ -64,7 +64,7 @@ Feature Test Macro Requirements for glibc (see
.fi
.SH DESCRIPTION
For the definition of the Gamma function, see
-.BR tgamma (3).
+.MR tgamma 3 .
.P
The
.BR lgamma (),
@@ -128,7 +128,7 @@ or
respectively, with the correct mathematical sign.
.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
@@ -199,4 +199,4 @@ instead of the POSIX-mandated
.BR ERANGE .
Since glibc 2.10, glibc does the right thing.
.SH SEE ALSO
-.BR tgamma (3)
+.MR tgamma 3