From fff16e7f65168ab93f2dafb4af5c085510d7f5d5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Nov 2003 11:17:16 +0000 Subject: [PATCH] Uppercase name; from Jared Yanovich via jmc@openbsd. --- lib/libm/man/hypot.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3 index 09e692727acb..a4e7a2c83033 100644 --- a/lib/libm/man/hypot.3 +++ b/lib/libm/man/hypot.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91 -.\" $NetBSD: hypot.3,v 1.15 2003/08/07 16:44:47 agc Exp $ +.\" $NetBSD: hypot.3,v 1.16 2003/11/02 11:17:16 wiz Exp $ .\" .Dd May 6, 1991 .Dt HYPOT 3 @@ -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 LIBRARY .Lb libm .Sh SYNOPSIS