summaryrefslogtreecommitdiffstats
path: root/man3/clog.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/clog.3')
-rw-r--r--man3/clog.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/clog.3 b/man3/clog.3
index ff2e8fb01..75c41be2f 100644
--- a/man3/clog.3
+++ b/man3/clog.3
@@ -25,7 +25,7 @@ with a branch cut along the negative real axis.
The logarithm
.BR clog ()
is the inverse function of the exponential
-.BR cexp (3).
+.MR cexp 3 .
Thus, if \fIy\ =\ clog(z)\fP, then \fIz\ =\ cexp(y)\fP.
The imaginary part of
.I y
@@ -44,7 +44,7 @@ Note that
close to zero will cause an overflow.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -64,8 +64,8 @@ C11, POSIX.1-2008.
glibc 2.1.
C99, POSIX.1-2001.
.SH SEE ALSO
-.BR cabs (3),
-.BR cexp (3),
-.BR clog10 (3),
-.BR clog2 (3),
-.BR complex (7)
+.MR cabs 3 ,
+.MR cexp 3 ,
+.MR clog10 3 ,
+.MR clog2 3 ,
+.MR complex 7