summaryrefslogtreecommitdiffstats
path: root/lib/libm/man/exp.3
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2000-03-02 00:29:47 +0000
committertodd <todd@openbsd.org>2000-03-02 00:29:47 +0000
commitdd4317adfadf3eee4d9344c2bececb7d966b3990 (patch)
tree5b0f905cfaec01033e75515db159713e1373d53b /lib/libm/man/exp.3
parentSeveral people noted that non-UVM was broken (diff)
downloadwireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.tar.xz
wireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.zip
$OpenBSD$
Diffstat (limited to 'lib/libm/man/exp.3')
-rw-r--r--lib/libm/man/exp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3
index 90ce33bf4cf..d354c4c044a 100644
--- a/lib/libm/man/exp.3
+++ b/lib/libm/man/exp.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: exp.3,v 1.8 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91
-.\" $Id: exp.3,v 1.7 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd July 31, 1991
.Dt EXP 3