diff options
author | bde <bde@FreeBSD.org> | 1997-03-19 01:28:44 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-19 01:28:44 +0000 |
commit | fe07b8dac8bd35cf79f5e2c7b353e4d13d4bd2fd (patch) | |
tree | 536400095b37bcb0523cc6cc99091acc87ba2ce9 /lib/msun/man/cosh.3 | |
parent | 847387de226a118803e45777a9a7d0dc053d0b23 (diff) | |
download | FreeBSD-src-fe07b8dac8bd35cf79f5e2c7b353e4d13d4bd2fd.zip FreeBSD-src-fe07b8dac8bd35cf79f5e2c7b353e4d13d4bd2fd.tar.gz |
Fixed synopsis. Some float functions claimed to have the same name as
the double version.
Diffstat (limited to 'lib/msun/man/cosh.3')
-rw-r--r-- | lib/msun/man/cosh.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/man/cosh.3 b/lib/msun/man/cosh.3 index e515f71..9255ecc 100644 --- a/lib/msun/man/cosh.3 +++ b/lib/msun/man/cosh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91 -.\" $Id$ +.\" $Id: cosh.3,v 1.5 1997/02/22 15:09:28 peter Exp $ .\" .Dd May 2, 1991 .Dt COSH 3 @@ -44,7 +44,7 @@ .Ft double .Fn cosh "double x" .Ft float -.Fn cosh "float x" +.Fn coshf "float x" .Sh DESCRIPTION The .Fn cosh |