log.3, log10.3, log2.3: Add cross-references to other-base logarithmic functions

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jan Engelhardt 2010-06-13 04:40:35 +02:00 committed by Michael Kerrisk
parent e2ec4f17cd
commit be62f42148
3 changed files with 9 additions and 3 deletions

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG 3 2008-08-10 "" "Linux Programmer's Manual"
.TH LOG 3 2010-06-13 "" "Linux Programmer's Manual"
.SH NAME
log, logf, logl \- natural logarithmic function
.SH SYNOPSIS
@ -133,5 +133,7 @@ exception.
.SH "SEE ALSO"
.BR cbrt (3),
.BR clog (3),
.BR log2 (3),
.BR log10 (3),
.BR log1p (3),
.BR sqrt (3)

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG10 3 2008-08-05 "" "Linux Programmer's Manual"
.TH LOG10 3 2010-06-13 "" "Linux Programmer's Manual"
.SH NAME
log10, log10f, log10l \- base-10 logarithmic function
.SH SYNOPSIS
@ -88,4 +88,6 @@ SVr4, 4.3BSD, C89.
.BR cbrt (3),
.BR clog10 (3),
.BR exp10 (3),
.BR log (3),
.BR log2 (3),
.BR sqrt (3)

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG2 3 2008-08-11 "" "Linux Programmer's Manual"
.TH LOG2 3 2010-06-13 "" "Linux Programmer's Manual"
.SH NAME
log2, log2f, log2l \- base-2 logarithmic function
.SH SYNOPSIS
@ -90,4 +90,6 @@ SVr4, 4.3BSD, C89.
.SH "SEE ALSO"
.BR cbrt (3),
.BR clog2 (3),
.BR log (3),
.BR log10 (3),
.BR sqrt (3)