summaryrefslogtreecommitdiff
path: root/lib/libm/man/hypot.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-01 00:06:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-01 00:06:41 +0000
commit7ffa9cb825f1d88e2485ea096b3d3fcc979443e4 (patch)
treef5a3a849ca21d5340f86b7fd11026d5cbef8ceaf /lib/libm/man/hypot.3
parentfd578a2488d6830ec977adf2b81e48fff599fe0b (diff)
provide MLINKS for "f" versions, and make sure they show up in whatis.db
Diffstat (limited to 'lib/libm/man/hypot.3')
-rw-r--r--lib/libm/man/hypot.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index 86d557b1e0c..4cc24f93b3b 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -30,14 +30,16 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91
-.\" $Id: hypot.3,v 1.4 1999/02/24 08:33:45 deraadt Exp $
+.\" $Id: hypot.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $
.\"
.Dd May 6, 1991
.Dt HYPOT 3
.Os
.Sh NAME
.Nm hypot ,
-.Nm cabs
+.Nm hypotf ,
+.Nm cabs ,
+.Nm cabsf
.Nd euclidean distance and complex absolute value functions
.Sh SYNOPSIS
.Fd #include <math.h>