summaryrefslogtreecommitdiffstats
path: root/lib/libm/man/exp.3
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2011-07-07 01:34:52 +0000
committermartynas <martynas@openbsd.org>2011-07-07 01:34:52 +0000
commit0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c (patch)
tree78963fe4aa20f59b279d30b676b838ffc64e0979 /lib/libm/man/exp.3
parentremove old files (diff)
downloadwireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.tar.xz
wireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.zip
Remove references to math(3).
Diffstat (limited to 'lib/libm/man/exp.3')
-rw-r--r--lib/libm/man/exp.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3
index c8a625a9a88..73848530266 100644
--- a/lib/libm/man/exp.3
+++ b/lib/libm/man/exp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exp.3,v 1.23 2011/07/07 00:54:16 martynas Exp $
+.\" $OpenBSD: exp.3,v 1.24 2011/07/07 01:34:52 martynas Exp $
.\"
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -389,8 +389,7 @@ then \*(Na**0 = 1 too because x**0 = 1 for all finite
and infinite x, i.e., independently of x.
.El
.Sh SEE ALSO
-.Xr infnan 3 ,
-.Xr math 3
+.Xr infnan 3
.Sh HISTORY
A
.Fn exp ,