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/sinh.3 | |
parent | fd578a2488d6830ec977adf2b81e48fff599fe0b (diff) |
provide MLINKS for "f" versions, and make sure they show up in whatis.db
Diffstat (limited to 'lib/libm/man/sinh.3')
-rw-r--r-- | lib/libm/man/sinh.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libm/man/sinh.3 b/lib/libm/man/sinh.3 index 3d1e380114f..d784b6192fd 100644 --- a/lib/libm/man/sinh.3 +++ b/lib/libm/man/sinh.3 @@ -30,13 +30,14 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91 -.\" $Id: sinh.3,v 1.3 1999/05/16 19:56:02 alex Exp $ +.\" $Id: sinh.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $ .Dd April 19, 1991 .Dt SINH 3 .Os .Sh NAME -.Nm sinh -.Nd hyperbolic sine function +.Nm sinh , +.Nm sinhf +.Nd hyperbolic sine functions .Sh SYNOPSIS .Fd #include <math.h> .Ft double |