summaryrefslogtreecommitdiff
path: root/lib/libm/man/hypot.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/man/hypot.3')
-rw-r--r--lib/libm/man/hypot.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index bd96381afa0..a0a5534e289 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hypot.3,v 1.13 2003/06/26 23:04:02 jason Exp $
+.\" $OpenBSD: hypot.3,v 1.14 2003/10/21 20:11:56 jmc Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -36,7 +36,7 @@
.Nm hypotf ,
.Nm cabs ,
.Nm cabsf
-.Nd euclidean distance and complex absolute value functions
+.Nd Euclidean distance and complex absolute value functions
.Sh SYNOPSIS
.Fd #include <math.h>
.Ft double
@@ -139,4 +139,5 @@ The
and
.Fn cabsf
functions use structures that are not defined in any header and need to
-be defined by the user. As such they cannot be prototyped properly.
+be defined by the user.
+As such they cannot be prototyped properly.