diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-01 00:06:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-01 00:06:41 +0000 |
commit | 7ffa9cb825f1d88e2485ea096b3d3fcc979443e4 (patch) | |
tree | f5a3a849ca21d5340f86b7fd11026d5cbef8ceaf /lib/libm/man/cosh.3 | |
parent | fd578a2488d6830ec977adf2b81e48fff599fe0b (diff) |
provide MLINKS for "f" versions, and make sure they show up in whatis.db
Diffstat (limited to 'lib/libm/man/cosh.3')
-rw-r--r-- | lib/libm/man/cosh.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libm/man/cosh.3 b/lib/libm/man/cosh.3 index 8b33ba9d33b..8255a9b313e 100644 --- a/lib/libm/man/cosh.3 +++ b/lib/libm/man/cosh.3 @@ -30,14 +30,15 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91 -.\" $Id: cosh.3,v 1.4 1999/05/16 19:55:58 alex Exp $ +.\" $Id: cosh.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $ .\" .Dd May 2, 1991 .Dt COSH 3 .Os .Sh NAME -.Nm cosh -.Nd hyperbolic cosine function +.Nm cosh , +.Nm coshf +.Nd hyperbolic cosine functions .Sh SYNOPSIS .Fd #include <math.h> .Ft double |