summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-27 04:44:47 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-27 04:44:47 +0000
commit09777b6797aebc550e7d21a2145eade571a14942 (patch)
tree33ac3ce2a6b4dc2bfcdd8df1ac247498c930380b
parentf88c0dfc519b8b47e7748bdf075627b1740510d1 (diff)
another pass at cleaning
-rw-r--r--lib/libm/man/exp.35
-rw-r--r--lib/libm/man/sin.36
-rw-r--r--lib/libm/man/sinh.36
-rw-r--r--lib/libm/man/sqrt.34
4 files changed, 12 insertions, 9 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3
index 62b8fcab9b1..1faf4727f01 100644
--- a/lib/libm/man/exp.3
+++ b/lib/libm/man/exp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exp.3,v 1.11 2003/02/27 01:07:43 jason Exp $
+.\" $OpenBSD: exp.3,v 1.12 2003/02/27 04:44:46 jason Exp $
.\"
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -126,8 +126,7 @@ function is a single precision version of
.Pp
The
.Fn pow
-computes the value
-of
+function computes the value of
.Ar x
to the exponent
.Ar y .
diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3
index 6be0cf82913..272b8b65c78 100644
--- a/lib/libm/man/sin.3
+++ b/lib/libm/man/sin.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sin.3,v 1.7 2003/02/27 00:46:45 jason Exp $
+.\" $OpenBSD: sin.3,v 1.8 2003/02/27 04:44:46 jason Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -62,7 +62,9 @@ For a discussion of error due to roundoff, see
.Sh RETURN VALUES
The
.Fn sin
-function returns the sine value.
+and
+.Fn sinf
+functions return the sine value.
.Sh SEE ALSO
.Xr acos 3 ,
.Xr asin 3 ,
diff --git a/lib/libm/man/sinh.3 b/lib/libm/man/sinh.3
index 45730e88153..42f188c4180 100644
--- a/lib/libm/man/sinh.3
+++ b/lib/libm/man/sinh.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sinh.3,v 1.7 2003/02/27 04:22:12 jason Exp $
+.\" $OpenBSD: sinh.3,v 1.8 2003/02/27 04:44:46 jason Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -56,7 +56,9 @@ function is a single precision version of
.Sh RETURN VALUES
The
.Fn sinh
-function returns the hyperbolic sine value unless
+and
+.Fn sinhf
+functions return the hyperbolic sine value unless
the magnitude
of
.Fa x
diff --git a/lib/libm/man/sqrt.3 b/lib/libm/man/sqrt.3
index d0009172be0..f6228c31e6c 100644
--- a/lib/libm/man/sqrt.3
+++ b/lib/libm/man/sqrt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sqrt.3,v 1.7 2003/02/27 04:22:12 jason Exp $
+.\" $OpenBSD: sqrt.3,v 1.8 2003/02/27 04:44:46 jason Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -74,7 +74,7 @@ If x is negative,
.Fn sqrt "x"
and
.Fn sqrtf "x"
-sets the global variable
+set the global variable
.Va errno
to EDOM.
.Sh SEE ALSO