cacosh.3, casinh.3, catan.3, catanh.3: SEE ALSO: Add reference to inverse function

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-16 04:41:56 +02:00
parent 587977c40b
commit 5be56312b0
4 changed files with 4 additions and 0 deletions

View File

@ -70,5 +70,6 @@ main(int argc, char *argv[])
.SH "SEE ALSO"
.BR acosh (3),
.BR cabs (3),
.BR ccosh (3),
.BR cimag (3),
.BR complex (7)

View File

@ -37,4 +37,5 @@ C99.
.BR asinh (3),
.BR cabs (3),
.BR cimag (3),
.BR csinh (3),
.BR complex (7)

View File

@ -66,4 +66,5 @@ main(int argc, char *argv[])
.SH "SEE ALSO"
.BR ccos (3),
.BR clog (3),
.BR ctan (3),
.BR complex (7)

View File

@ -68,4 +68,5 @@ main(int argc, char *argv[])
.BR atanh (3),
.BR cabs (3),
.BR cimag (3),
.BR ctanh (3),
.BR complex (7)