summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-06-26 23:04:03 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-06-26 23:04:03 +0000
commit59c8cca0c7fde1839a79fcdadb3196d21ccf0361 (patch)
treeec7f1bec6ef68f1fe52a0f83473d0197f54713e2 /lib
parent461d09eecf18e5414b3ac2f96178f0a782d760e6 (diff)
cabsf takes complex float not double
Diffstat (limited to 'lib')
-rw-r--r--lib/libm/man/hypot.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index bdff83148e1..bd96381afa0 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hypot.3,v 1.12 2003/06/02 20:18:41 millert Exp $
+.\" $OpenBSD: hypot.3,v 1.13 2003/06/26 23:04:02 jason Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -46,7 +46,7 @@
.Ft double
.Fn cabs "struct complex { double x; double y; } z"
.Ft float
-.Fn cabsf "struct complex { double x; double y; } z"
+.Fn cabsf "struct complex { float x; float y; } z"
.Sh DESCRIPTION
The
.Fn hypot