diff options
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 |