summaryrefslogtreecommitdiff
path: root/lib/libm/man/exp.3
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-04-05 04:18:51 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-04-05 04:18:51 +0000
commit5e39276c5d66fe715d7ea5195c3e11be47b7f5dd (patch)
treed2208bc21b7fe993d14dac3af53c323078072f76 /lib/libm/man/exp.3
parentd5d94a2d04eabdd6255a9555e29b493fc7164cac (diff)
From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various
typos; since we compile with POSIX libm, we should not xref matherr(3), and describe the errno settings.
Diffstat (limited to 'lib/libm/man/exp.3')
-rw-r--r--lib/libm/man/exp.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3
index fa8f4b96826..b31f79b7f39 100644
--- a/lib/libm/man/exp.3
+++ b/lib/libm/man/exp.3
@@ -30,11 +30,11 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91
-.\" $Id: exp.3,v 1.2 1995/10/28 00:56:52 deraadt Exp $
+.\" $Id: exp.3,v 1.3 1997/04/05 04:18:48 tholo Exp $
.\"
.Dd July 31, 1991
.Dt EXP 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm exp ,
.Nm expm1 ,
@@ -68,7 +68,7 @@
.Ft double
.Fn pow "double x" "double y"
.Ft float
-.Fn powf "float x" float y"
+.Fn powf "float x" "float y"
.Sh DESCRIPTION
The
.Fn exp