diff options
Diffstat (limited to 'lib/libm/man/ccosh.3')
-rw-r--r-- | lib/libm/man/ccosh.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/ccosh.3 b/lib/libm/man/ccosh.3 index 909c88030c5..35bbafe56a1 100644 --- a/lib/libm/man/ccosh.3 +++ b/lib/libm/man/ccosh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccosh.3,v 1.1 2011/07/20 17:50:43 martynas Exp $ +.\" $OpenBSD: ccosh.3,v 1.2 2013/06/05 03:40:26 tedu Exp $ .\" .\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 20 2011 $ +.Dd $Mdocdate: June 5 2013 $ .Dt CCOSH 3 .Os .Sh NAME @@ -23,7 +23,7 @@ .Nm ccoshl .Nd complex hyperbolic cosine .Sh SYNOPSIS -.Fd #include <complex.h> +.In complex.h .Ft double complex .Fn ccosh "double complex z" .Ft float complex |