diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 20:11:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 20:11:57 +0000 |
commit | 3b7a9a1ec98f4db231b8af58fdbd298ddbb96ecf (patch) | |
tree | c54af588c7667be5c3b1a0db8159b791e951f0a2 /lib | |
parent | c30da1cd5519a146da7aa0492de82dadb29da911 (diff) |
hypot: uppercase Euclidean; new sentence new line
math: constrast -> contrast
from Jared Yanovich
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libm/man/hypot.3 | 7 | ||||
-rw-r--r-- | lib/libm/man/math.3 | 4 |
2 files changed, 6 insertions, 5 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. diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index ab06e5bb715..1cafc91d340 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: math.3,v 1.18 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: math.3,v 1.19 2003/10/21 20:11:56 jmc Exp $ .\" Copyright (c) 1985 Regents of the University of California. .\" All rights reserved. .\" @@ -249,7 +249,7 @@ More importantly, considers the .Tn VMS implementation proprietary and guards it zealously against unauthorized use. -In constrast, the +In contrast, the .Em libm included in .Bx 4.3 |