diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
commit | 1784d64eb85eb63599204bb31b826970b6661e65 (patch) | |
tree | 31089dd6c9e4a7feeac25f24574e6269b75f5db0 /lib/libm | |
parent | fe49c1266233ddc2306072aefb4e1c1d045060fe (diff) |
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/Makefile | 2 | ||||
-rw-r--r-- | lib/libm/common_source/atan2.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 6cc7d100db322..1807be721f72a 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.2 1994/08/05 01:52:05 wollman Exp $ +# $Id: Makefile,v 1.3 1996/05/07 23:18:54 wosch Exp $ # # ieee - for most IEEE machines, we hope. # mc68881 - the, ahem, mc68881. diff --git a/lib/libm/common_source/atan2.3 b/lib/libm/common_source/atan2.3 index fd6e7da52cb45..9cd8fd1f8e5c5 100644 --- a/lib/libm/common_source/atan2.3 +++ b/lib/libm/common_source/atan2.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atan2.3 8.1 (Berkeley) 6/4/93 -.\" $Id: atan2.3,v 1.2 1996/12/23 23:09:42 wosch Exp $ +.\" $Id: atan2.3,v 1.1.1.1.8.1 1997/01/02 17:48:00 mpp Exp $ .\" .Dd June 4, 1993 .Dt ATAN2 3 |