summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-28 00:57:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-28 00:57:21 +0000
commitca13b889d327c41906b8113524a8292bdf0eca54 (patch)
treea76db09c6f0260004b95e409832b864d167db3e7
parentf1647fb1cbff09e49a3d7feea79c20a197255cbe (diff)
update from NetBSD
-rw-r--r--lib/libc/time/ctime.36
-rw-r--r--lib/libc/time/time2posix.36
-rw-r--r--lib/libc/time/tzfile.54
-rw-r--r--lib/libc/time/tzset.34
-rw-r--r--lib/libm/arch/i387/s_ilogb.S4
-rw-r--r--lib/libm/arch/i387/s_ilogbf.S4
-rw-r--r--lib/libm/man/acos.32
-rw-r--r--lib/libm/man/acosh.32
-rw-r--r--lib/libm/man/asin.32
-rw-r--r--lib/libm/man/asinh.32
-rw-r--r--lib/libm/man/atan.32
-rw-r--r--lib/libm/man/atan2.32
-rw-r--r--lib/libm/man/atanh.32
-rw-r--r--lib/libm/man/ceil.32
-rw-r--r--lib/libm/man/cos.32
-rw-r--r--lib/libm/man/cosh.32
-rw-r--r--lib/libm/man/erf.32
-rw-r--r--lib/libm/man/exp.32
-rw-r--r--lib/libm/man/fabs.32
-rw-r--r--lib/libm/man/floor.32
-rw-r--r--lib/libm/man/fmod.32
-rw-r--r--lib/libm/man/hypot.32
-rw-r--r--lib/libm/man/ieee.32
-rw-r--r--lib/libm/man/ieee_test.32
-rw-r--r--lib/libm/man/j0.32
-rw-r--r--lib/libm/man/lgamma.32
-rw-r--r--lib/libm/man/math.32
-rw-r--r--lib/libm/man/rint.32
-rw-r--r--lib/libm/man/sin.32
-rw-r--r--lib/libm/man/sinh.32
-rw-r--r--lib/libm/man/sqrt.32
-rw-r--r--lib/libm/man/tan.32
-rw-r--r--lib/libm/man/tanh.32
-rw-r--r--lib/libm/src/math.h2
-rw-r--r--lib/libm/src/math_private.h2
35 files changed, 43 insertions, 43 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3
index 81f2fd86a18..3fa85134423 100644
--- a/lib/libc/time/ctime.3
+++ b/lib/libc/time/ctime.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctime.3,v 1.6 1995/08/22 19:28:15 jtc Exp $
+.\" $NetBSD: ctime.3,v 1.6.2.1 1995/10/26 05:24:48 jtc Exp $
.TH CTIME 3
.SH NAME
asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII
@@ -199,8 +199,8 @@ UTC leap seconds are loaded from
.BR /usr/share/zoneinfo/posixrules .
.SH SEE ALSO
getenv(3),
-newtzset(3),
-time(2),
+tzset(3),
+time(3),
tzfile(5)
.SH NOTES
The return values point to static data;
diff --git a/lib/libc/time/time2posix.3 b/lib/libc/time/time2posix.3
index c7f4a376c12..623574fb31d 100644
--- a/lib/libc/time/time2posix.3
+++ b/lib/libc/time/time2posix.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: time2posix.3,v 1.3 1995/03/10 18:21:27 jtc Exp $
+.\" $NetBSD: time2posix.3,v 1.3.4.1 1995/10/26 05:24:49 jtc Exp $
.TH TIME2POSIX 3
.SH NAME
time2posix, posix2time \- convert seconds since the Epoch
@@ -38,7 +38,7 @@ to be
(mostly)
opaque\(emtime_t values should only be obtained-from and
passed-to functions such as
-.IR time(2) ,
+.IR time(3) ,
.IR localtime(3) ,
.IR mktime(3) ,
and
@@ -115,5 +115,5 @@ degenerate to the identity function.
difftime(3),
localtime(3),
mktime(3),
-time(2)
+time(3)
.\" @(#)time2posix.3 7.3
diff --git a/lib/libc/time/tzfile.5 b/lib/libc/time/tzfile.5
index 4c929b1dd95..f02788bebd7 100644
--- a/lib/libc/time/tzfile.5
+++ b/lib/libc/time/tzfile.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: tzfile.5,v 1.3 1995/03/10 18:21:29 jtc Exp $
+.\" $NetBSD: tzfile.5,v 1.3.4.1 1995/10/26 05:24:50 jtc Exp $
.TH TZFILE 5
.SH NAME
tzfile \- time zone information
@@ -96,7 +96,7 @@ Then there are
pairs of four-byte values, written in standard byte order;
the first value of each pair gives the time
(as returned by
-.IR time(2))
+.IR time(3))
at which a leap second occurs;
the second gives the
.I total
diff --git a/lib/libc/time/tzset.3 b/lib/libc/time/tzset.3
index 6bfad3fb779..04f6a9d82b7 100644
--- a/lib/libc/time/tzset.3
+++ b/lib/libc/time/tzset.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: tzset.3,v 1.5 1995/08/22 19:28:17 jtc Exp $
+.\" $NetBSD: tzset.3,v 1.5.2.1 1995/10/26 05:24:52 jtc Exp $
.TH TZSET 3
.SH NAME
tzset \- initialize time conversion information
@@ -231,6 +231,6 @@ UTC leap seconds are loaded from
.SH SEE ALSO
getenv(3),
ctime(3),
-time(2),
+time(3),
tzfile(5)
.\" @(#)newtzset.3 7.3
diff --git a/lib/libm/arch/i387/s_ilogb.S b/lib/libm/arch/i387/s_ilogb.S
index ed7f777c378..9fc9655aa24 100644
--- a/lib/libm/arch/i387/s_ilogb.S
+++ b/lib/libm/arch/i387/s_ilogb.S
@@ -5,10 +5,10 @@
#include <machine/asm.h>
-RCSID("$NetBSD: s_ilogb.S,v 1.4 1995/05/09 00:06:28 jtc Exp $")
+RCSID("$NetBSD: s_ilogb.S,v 1.4.2.1 1995/10/22 20:37:24 pk Exp $")
ENTRY(ilogb)
- pushl %esp
+ pushl %ebp
movl %esp,%ebp
subl $4,%esp
diff --git a/lib/libm/arch/i387/s_ilogbf.S b/lib/libm/arch/i387/s_ilogbf.S
index 36f93251ea5..0785731a24e 100644
--- a/lib/libm/arch/i387/s_ilogbf.S
+++ b/lib/libm/arch/i387/s_ilogbf.S
@@ -5,10 +5,10 @@
#include <machine/asm.h>
-RCSID("$NetBSD: s_ilogbf.S,v 1.3 1995/05/09 00:08:15 jtc Exp $")
+RCSID("$NetBSD: s_ilogbf.S,v 1.3.2.1 1995/10/22 20:37:25 pk Exp $")
ENTRY(ilogbf)
- pushl %esp
+ pushl %ebp
movl %esp,%ebp
subl $4,%esp
diff --git a/lib/libm/man/acos.3 b/lib/libm/man/acos.3
index 0be57d6f615..241fe62fd1f 100644
--- a/lib/libm/man/acos.3
+++ b/lib/libm/man/acos.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)acos.3 5.1 (Berkeley) 5/2/91
-.\" $Id: acos.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: acos.3,v 1.2 1995/10/28 00:56:45 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt ACOS 3
diff --git a/lib/libm/man/acosh.3 b/lib/libm/man/acosh.3
index b71dd032bb2..2d6120fcdb3 100644
--- a/lib/libm/man/acosh.3
+++ b/lib/libm/man/acosh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)acosh.3 5.2 (Berkeley) 5/6/91
-.\" $Id: acosh.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: acosh.3,v 1.2 1995/10/28 00:56:45 deraadt Exp $
.\"
.Dd May 6, 1991
.Dt ACOSH 3
diff --git a/lib/libm/man/asin.3 b/lib/libm/man/asin.3
index c785d65f0ed..a940770ea82 100644
--- a/lib/libm/man/asin.3
+++ b/lib/libm/man/asin.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)asin.3 5.1 (Berkeley) 5/2/91
-.\" $Id: asin.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: asin.3,v 1.2 1995/10/28 00:56:46 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt ASIN 3
diff --git a/lib/libm/man/asinh.3 b/lib/libm/man/asinh.3
index d8f0c0b45e1..29e19b0f536 100644
--- a/lib/libm/man/asinh.3
+++ b/lib/libm/man/asinh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)asinh.3 6.4 (Berkeley) 5/6/91
-.\" $Id: asinh.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: asinh.3,v 1.2 1995/10/28 00:56:47 deraadt Exp $
.\"
.Dd May 6, 1991
.Dt ASINH 3
diff --git a/lib/libm/man/atan.3 b/lib/libm/man/atan.3
index 0bb558661cf..228f748af85 100644
--- a/lib/libm/man/atan.3
+++ b/lib/libm/man/atan.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91
-.\" $Id: atan.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: atan.3,v 1.2 1995/10/28 00:56:47 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt ATAN 3
diff --git a/lib/libm/man/atan2.3 b/lib/libm/man/atan2.3
index 54db21f7287..d371b67325f 100644
--- a/lib/libm/man/atan2.3
+++ b/lib/libm/man/atan2.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91
-.\" $Id: atan2.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: atan2.3,v 1.2 1995/10/28 00:56:48 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt ATAN2 3
diff --git a/lib/libm/man/atanh.3 b/lib/libm/man/atanh.3
index c164d5763ee..535252e45eb 100644
--- a/lib/libm/man/atanh.3
+++ b/lib/libm/man/atanh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91
-.\" $Id: atanh.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: atanh.3,v 1.2 1995/10/28 00:56:49 deraadt Exp $
.\"
.Dd May 6, 1991
.Dt ATANH 3
diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3
index 303eab3002c..2358a2536ab 100644
--- a/lib/libm/man/ceil.3
+++ b/lib/libm/man/ceil.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91
-.\" $Id: ceil.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: ceil.3,v 1.2 1995/10/28 00:56:49 deraadt Exp $
.\"
.Dd March 10, 1994
.Dt CEIL 3
diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3
index 6a2aac9c0ae..8f295cbd58c 100644
--- a/lib/libm/man/cos.3
+++ b/lib/libm/man/cos.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91
-.\" $Id: cos.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: cos.3,v 1.2 1995/10/28 00:56:50 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt COS 3
diff --git a/lib/libm/man/cosh.3 b/lib/libm/man/cosh.3
index b0090bdf774..a336911aa40 100644
--- a/lib/libm/man/cosh.3
+++ b/lib/libm/man/cosh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91
-.\" $Id: cosh.3,v 1.1 1995/10/18 08:42:49 deraadt Exp $
+.\" $Id: cosh.3,v 1.2 1995/10/28 00:56:51 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt COSH 3
diff --git a/lib/libm/man/erf.3 b/lib/libm/man/erf.3
index 78e8763bddc..329afb55ca9 100644
--- a/lib/libm/man/erf.3
+++ b/lib/libm/man/erf.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)erf.3 6.4 (Berkeley) 4/20/91
-.\" $Id: erf.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: erf.3,v 1.2 1995/10/28 00:56:51 deraadt Exp $
.\"
.Dd April 20, 1991
.Dt ERF 3
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3
index 226a7d73db5..fa8f4b96826 100644
--- a/lib/libm/man/exp.3
+++ b/lib/libm/man/exp.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91
-.\" $Id: exp.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: exp.3,v 1.2 1995/10/28 00:56:52 deraadt Exp $
.\"
.Dd July 31, 1991
.Dt EXP 3
diff --git a/lib/libm/man/fabs.3 b/lib/libm/man/fabs.3
index a798559947a..7e29c8ab362 100644
--- a/lib/libm/man/fabs.3
+++ b/lib/libm/man/fabs.3
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91
-.\" $Id: fabs.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: fabs.3,v 1.2 1995/10/28 00:56:53 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt FABS 3
diff --git a/lib/libm/man/floor.3 b/lib/libm/man/floor.3
index 81a1ec69b17..4e4ccb4e50e 100644
--- a/lib/libm/man/floor.3
+++ b/lib/libm/man/floor.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91
-.\" $Id: floor.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: floor.3,v 1.2 1995/10/28 00:56:54 deraadt Exp $
.\"
.Dd March 10, 1994
.Dt FLOOR 3
diff --git a/lib/libm/man/fmod.3 b/lib/libm/man/fmod.3
index 99a380eddc1..d18c08bdc72 100644
--- a/lib/libm/man/fmod.3
+++ b/lib/libm/man/fmod.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fmod.3 5.1 (Berkeley) 5/2/91
-.\" $Id: fmod.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: fmod.3,v 1.2 1995/10/28 00:56:54 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt FMOD 3
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index cf3ce08b6ae..1d00672b3d6 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91
-.\" $Id: hypot.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: hypot.3,v 1.2 1995/10/28 00:56:55 deraadt Exp $
.\"
.Dd May 6, 1991
.Dt HYPOT 3
diff --git a/lib/libm/man/ieee.3 b/lib/libm/man/ieee.3
index fb222ccdbce..d2c89aab118 100644
--- a/lib/libm/man/ieee.3
+++ b/lib/libm/man/ieee.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
-.\" $Id: ieee.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: ieee.3,v 1.2 1995/10/28 00:56:55 deraadt Exp $
.\"
.Dd Feb 25, 1994
.Dt IEEE 3
diff --git a/lib/libm/man/ieee_test.3 b/lib/libm/man/ieee_test.3
index 6e55f4b1ca5..8c0faf89dc0 100644
--- a/lib/libm/man/ieee_test.3
+++ b/lib/libm/man/ieee_test.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
-.\" $Id: ieee_test.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: ieee_test.3,v 1.2 1995/10/28 00:56:56 deraadt Exp $
.\"
.Dd March 10, 1994
.Dt IEEE_TEST 3
diff --git a/lib/libm/man/j0.3 b/lib/libm/man/j0.3
index bc2707318f2..09047d856e0 100644
--- a/lib/libm/man/j0.3
+++ b/lib/libm/man/j0.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)j0.3 6.7 (Berkeley) 4/19/91
-.\" $Id: j0.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: j0.3,v 1.2 1995/10/28 00:56:57 deraadt Exp $
.\"
.Dd April 19, 1991
.Dt J0 3
diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3
index 0d0af1c6172..40f3f776fcb 100644
--- a/lib/libm/man/lgamma.3
+++ b/lib/libm/man/lgamma.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
-.\" $Id: lgamma.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: lgamma.3,v 1.2 1995/10/28 00:56:57 deraadt Exp $
.\"
.Dd December 3, 1992
.Dt LGAMMA 3
diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3
index 8ff00a52818..cd8de8e7ab0 100644
--- a/lib/libm/man/math.3
+++ b/lib/libm/man/math.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)math.3 6.10 (Berkeley) 5/6/91
-.\" $Id: math.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: math.3,v 1.2 1995/10/28 00:56:58 deraadt Exp $
.\"
.TH MATH 3M "May 6, 1991"
.UC 4
diff --git a/lib/libm/man/rint.3 b/lib/libm/man/rint.3
index 99cd44e9031..900de9d1cff 100644
--- a/lib/libm/man/rint.3
+++ b/lib/libm/man/rint.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rint.3 5.1 (Berkeley) 5/2/91
-.\" $Id: rint.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: rint.3,v 1.2 1995/10/28 00:56:59 deraadt Exp $
.\"
.Dd March 10, 1994
.Dt RINT 3
diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3
index 9018c73024b..cedf504be9e 100644
--- a/lib/libm/man/sin.3
+++ b/lib/libm/man/sin.3
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91
-.\" $Id: sin.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: sin.3,v 1.2 1995/10/28 00:57:00 deraadt Exp $
.\"
.Dd April 19, 1991
.Dt SIN 3
diff --git a/lib/libm/man/sinh.3 b/lib/libm/man/sinh.3
index 8477be68af8..476c30075e2 100644
--- a/lib/libm/man/sinh.3
+++ b/lib/libm/man/sinh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91
-.\" $Id: sinh.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: sinh.3,v 1.2 1995/10/28 00:57:00 deraadt Exp $
.Dd April 19, 1991
.Dt SINH 3
.Os
diff --git a/lib/libm/man/sqrt.3 b/lib/libm/man/sqrt.3
index db93a6dd0f2..95ee61327a8 100644
--- a/lib/libm/man/sqrt.3
+++ b/lib/libm/man/sqrt.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91
-.\" $Id: sqrt.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: sqrt.3,v 1.2 1995/10/28 00:57:01 deraadt Exp $
.\"
.Dd May 6, 1991
.Dt SQRT 3
diff --git a/lib/libm/man/tan.3 b/lib/libm/man/tan.3
index 9bed170ce88..0cab9324910 100644
--- a/lib/libm/man/tan.3
+++ b/lib/libm/man/tan.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91
-.\" $Id: tan.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: tan.3,v 1.2 1995/10/28 00:57:02 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt TAN 3
diff --git a/lib/libm/man/tanh.3 b/lib/libm/man/tanh.3
index e39fade7215..db5ae7fdcda 100644
--- a/lib/libm/man/tanh.3
+++ b/lib/libm/man/tanh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91
-.\" $Id: tanh.3,v 1.1 1995/10/18 08:42:50 deraadt Exp $
+.\" $Id: tanh.3,v 1.2 1995/10/28 00:57:03 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt TANH 3
diff --git a/lib/libm/src/math.h b/lib/libm/src/math.h
index ead4ca21836..2c7ab5142ef 100644
--- a/lib/libm/src/math.h
+++ b/lib/libm/src/math.h
@@ -11,7 +11,7 @@
/*
* from: @(#)fdlibm.h 5.1 93/09/24
- * $Id: math.h,v 1.1 1995/10/18 08:42:56 deraadt Exp $
+ * $Id: math.h,v 1.2 1995/10/28 00:57:18 deraadt Exp $
*/
#ifndef _MATH_H_
diff --git a/lib/libm/src/math_private.h b/lib/libm/src/math_private.h
index 7a302c972fe..741f1fd9ee9 100644
--- a/lib/libm/src/math_private.h
+++ b/lib/libm/src/math_private.h
@@ -11,7 +11,7 @@
/*
* from: @(#)fdlibm.h 5.1 93/09/24
- * $Id: math_private.h,v 1.1 1995/10/18 08:42:56 deraadt Exp $
+ * $Id: math_private.h,v 1.2 1995/10/28 00:57:20 deraadt Exp $
*/
#ifndef _MATH_PRIVATE_H_