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/atanh.3 | |
parent | fd578a2488d6830ec977adf2b81e48fff599fe0b (diff) |
provide MLINKS for "f" versions, and make sure they show up in whatis.db
Diffstat (limited to 'lib/libm/man/atanh.3')
-rw-r--r-- | lib/libm/man/atanh.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libm/man/atanh.3 b/lib/libm/man/atanh.3 index e53f29b81ed..c7464d3182f 100644 --- a/lib/libm/man/atanh.3 +++ b/lib/libm/man/atanh.3 @@ -30,14 +30,15 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91 -.\" $Id: atanh.3,v 1.4 1999/05/26 03:05:59 aaron Exp $ +.\" $Id: atanh.3,v 1.5 1999/07/01 00:06:39 deraadt Exp $ .\" .Dd May 6, 1991 .Dt ATANH 3 .Os .Sh NAME -.Nm atanh -.Nd inverse hyperbolic tangent function +.Nm atanh , +.Nm atanhf +.Nd inverse hyperbolic tangent functions .Sh SYNOPSIS .Fd #include <math.h> .Ft double |