summaryrefslogtreecommitdiff
path: root/lib/libm/man/hypot.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 20:11:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 20:11:57 +0000
commit3b7a9a1ec98f4db231b8af58fdbd298ddbb96ecf (patch)
treec54af588c7667be5c3b1a0db8159b791e951f0a2 /lib/libm/man/hypot.3
parentc30da1cd5519a146da7aa0492de82dadb29da911 (diff)
hypot: uppercase Euclidean; new sentence new line
math: constrast -> contrast from Jared Yanovich
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.