From f54fb0fa6610c62cc561c72fcbe097071a28ed13 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 16 Sep 2011 04:37:02 +0200 Subject: [PATCH] ccos.3, ccosh.3, csin.3, csinh.3, ctan.3, ctanh.3: SEE ALSO Add reference to "arc" inverse function Signed-off-by: Michael Kerrisk --- man3/ccos.3 | 1 + man3/ccosh.3 | 1 + man3/csin.3 | 1 + man3/csinh.3 | 1 + man3/ctan.3 | 1 + man3/ctanh.3 | 1 + 6 files changed, 6 insertions(+) diff --git a/man3/ccos.3 b/man3/ccos.3 index 8f35a905a..ce401461f 100644 --- a/man3/ccos.3 +++ b/man3/ccos.3 @@ -26,6 +26,7 @@ These functions first appeared in glibc in version 2.1. C99. .SH "SEE ALSO" .BR cabs (3), +.BR cacos (3), .BR csin (3), .BR ctan (3), .BR complex (7) diff --git a/man3/ccosh.3 b/man3/ccosh.3 index eb00c3ae7..179631a15 100644 --- a/man3/ccosh.3 +++ b/man3/ccosh.3 @@ -26,6 +26,7 @@ These functions first appeared in glibc in version 2.1. C99. .SH "SEE ALSO" .BR cabs (3), +.BR cacosh (3), .BR csinh (3), .BR ctanh (3), .BR complex (7) diff --git a/man3/csin.3 b/man3/csin.3 index 452befd8e..2c07d67e6 100644 --- a/man3/csin.3 +++ b/man3/csin.3 @@ -26,6 +26,7 @@ These functions first appeared in glibc in version 2.1. C99. .SH "SEE ALSO" .BR cabs (3), +.BR casin (3), .BR ccos (3), .BR ctan (3), .BR complex (7) diff --git a/man3/csinh.3 b/man3/csinh.3 index 52f087133..31a14092f 100644 --- a/man3/csinh.3 +++ b/man3/csinh.3 @@ -26,6 +26,7 @@ These functions first appeared in glibc in version 2.1. C99. .SH "SEE ALSO" .BR cabs (3), +.BR casinh (3), .BR ccosh (3), .BR ctanh (3), .BR complex (7) diff --git a/man3/ctan.3 b/man3/ctan.3 index fedfa7f74..7964580a9 100644 --- a/man3/ctan.3 +++ b/man3/ctan.3 @@ -26,6 +26,7 @@ These functions first appeared in glibc in version 2.1. C99. .SH "SEE ALSO" .BR cabs (3), +.BR catan (3), .BR ccos (3), .BR csin (3), .BR complex (7) diff --git a/man3/ctanh.3 b/man3/ctanh.3 index 25928d287..116476940 100644 --- a/man3/ctanh.3 +++ b/man3/ctanh.3 @@ -27,6 +27,7 @@ These functions first appeared in glibc in version 2.1. C99. .SH "SEE ALSO" .BR cabs (3), +.BR catanh (3), .BR ccosh (3), .BR csinh (3), .BR complex (7)