summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libcompat/4.1/gtty.c4
-rw-r--r--lib/libcompat/4.1/stty.c4
-rw-r--r--lib/libcompat/4.3/insque.32
-rw-r--r--lib/libcompat/4.3/insque.c4
-rw-r--r--lib/libcompat/4.3/regex.c4
-rw-r--r--lib/libcompat/4.3/remque.c4
-rw-r--r--lib/libcompat/4.4/cuserid.32
-rw-r--r--lib/libdes/rnd_keys.c2
-rw-r--r--lib/libdes/supp.c2
-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_private.h2
-rw-r--r--lib/libresolv/Makefile3
-rw-r--r--lib/libskey/Makefile2
-rw-r--r--lib/libssl/src/crypto/des/supp.c2
-rw-r--r--lib/liby/Makefile3
-rw-r--r--lib/liby/main.c4
-rw-r--r--lib/liby/yyerror.c4
-rw-r--r--lib/libz/adler32.c2
-rw-r--r--lib/libz/compress.c2
-rw-r--r--lib/libz/crc32.c2
-rw-r--r--lib/libz/deflate.c2
-rw-r--r--lib/libz/deflate.h2
-rw-r--r--lib/libz/gzio.c2
-rw-r--r--lib/libz/trees.c2
-rw-r--r--lib/libz/uncompr.c2
-rw-r--r--lib/libz/zconf.h2
-rw-r--r--lib/libz/zutil.c2
-rw-r--r--lib/libz/zutil.h2
54 files changed, 68 insertions, 56 deletions
diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c
index 28ac7b6fa74..465bd16f1bc 100644
--- a/lib/libcompat/4.1/gtty.c
+++ b/lib/libcompat/4.1/gtty.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $ */
+
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -29,7 +31,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: gtty.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $";
#endif /* not lint */
#include <sgtty.h>
diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c
index 992dcfdd518..53ae840c78f 100644
--- a/lib/libcompat/4.1/stty.c
+++ b/lib/libcompat/4.1/stty.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -29,7 +31,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: stty.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
#endif /* not lint */
#include <sgtty.h>
diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3
index 59002e25489..b16eb2e2727 100644
--- a/lib/libcompat/4.3/insque.3
+++ b/lib/libcompat/4.3/insque.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: insque.3,v 1.4 2000/03/02 00:29:48 todd Exp $
.\" Copyright (c) 1993 John Brezak
.\" All rights reserved.
.\"
@@ -24,7 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: insque.3,v 1.3 1999/07/09 13:35:24 aaron Exp $
.\"
.Dd August 12, 1993
.Dt INSQUE 3
diff --git a/lib/libcompat/4.3/insque.c b/lib/libcompat/4.3/insque.c
index 0ef60c4a079..d1c64842f1f 100644
--- a/lib/libcompat/4.3/insque.c
+++ b/lib/libcompat/4.3/insque.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: insque.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
/*
* Copyright (c) 1993 John Brezak
* All rights reserved.
@@ -27,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id: insque.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char *rcsid = "$OpenBSD: insque.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <search.h>
diff --git a/lib/libcompat/4.3/regex.c b/lib/libcompat/4.3/regex.c
index 31a04ca797c..829ced38f4e 100644
--- a/lib/libcompat/4.3/regex.c
+++ b/lib/libcompat/4.3/regex.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: regex.c,v 1.3 2000/03/02 00:29:48 todd Exp $ */
+
/*-
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
@@ -43,7 +45,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "from: @(#)regex.c 5.1 (Berkeley) 3/29/92";*/
-static char rcsid[] = "$Id: regex.c,v 1.2 1999/08/02 17:10:47 downsj Exp $";
+static char rcsid[] = "$OpenBSD: regex.c,v 1.3 2000/03/02 00:29:48 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/lib/libcompat/4.3/remque.c b/lib/libcompat/4.3/remque.c
index cf0f2a7654d..e316e02868d 100644
--- a/lib/libcompat/4.3/remque.c
+++ b/lib/libcompat/4.3/remque.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
/*
* Copyright (c) 1993 John Brezak
* All rights reserved.
@@ -27,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id: remque.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char *rcsid = "$OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <search.h>
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index 550b46f8d70..44fceb7a9f0 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: cuserid.3,v 1.4 2000/03/02 00:29:48 todd Exp $
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ctermid.3 5.2 (Berkeley) 4/19/91
-.\" $Id: cuserid.3,v 1.3 1999/07/09 13:35:23 aaron Exp $
.\"
.Dd November 28, 1993
.Dt CUSERID 3
diff --git a/lib/libdes/rnd_keys.c b/lib/libdes/rnd_keys.c
index 8ab72795667..aac5d14490c 100644
--- a/lib/libdes/rnd_keys.c
+++ b/lib/libdes/rnd_keys.c
@@ -1,4 +1,4 @@
-/* $Id: rnd_keys.c,v 1.1 1997/06/29 10:24:52 provos Exp $ */
+/* $OpenBSD: rnd_keys.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
/* Copyright (C) 1993 Eric Young - see COPYING for more details */
#include "des_locl.h"
diff --git a/lib/libdes/supp.c b/lib/libdes/supp.c
index 58acfe8f2ef..e7217204f82 100644
--- a/lib/libdes/supp.c
+++ b/lib/libdes/supp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: supp.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
/* crypto/des/supp.c */
/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
* All rights reserved.
@@ -87,7 +88,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: supp.c,v 1.1 1997/06/29 10:24:53 provos Exp $
*/
#include <stdio.h>
diff --git a/lib/libm/man/acos.3 b/lib/libm/man/acos.3
index 6cf587f93e7..3ff5270fcf1 100644
--- a/lib/libm/man/acos.3
+++ b/lib/libm/man/acos.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: acos.3,v 1.7 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)acos.3 5.1 (Berkeley) 5/2/91
-.\" $Id: acos.3,v 1.6 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd May 2, 1991
.Dt ACOS 3
diff --git a/lib/libm/man/acosh.3 b/lib/libm/man/acosh.3
index 87f97737b3d..82a7f51fc39 100644
--- a/lib/libm/man/acosh.3
+++ b/lib/libm/man/acosh.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: acosh.3,v 1.7 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)acosh.3 5.2 (Berkeley) 5/6/91
-.\" $Id: acosh.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd May 6, 1991
.Dt ACOSH 3
diff --git a/lib/libm/man/asin.3 b/lib/libm/man/asin.3
index cf6a4bafe46..bfd7be36c45 100644
--- a/lib/libm/man/asin.3
+++ b/lib/libm/man/asin.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: asin.3,v 1.7 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)asin.3 5.1 (Berkeley) 5/2/91
-.\" $Id: asin.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd May 2, 1991
.Dt ASIN 3
diff --git a/lib/libm/man/asinh.3 b/lib/libm/man/asinh.3
index ea7abe185ee..540e14fedec 100644
--- a/lib/libm/man/asinh.3
+++ b/lib/libm/man/asinh.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: asinh.3,v 1.7 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: @(#)asinh.3 6.4 (Berkeley) 5/6/91
-.\" $Id: asinh.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd May 6, 1991
.Dt ASINH 3
diff --git a/lib/libm/man/atan.3 b/lib/libm/man/atan.3
index b7b8db5bb39..ebe1120f77a 100644
--- a/lib/libm/man/atan.3
+++ b/lib/libm/man/atan.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: atan.3,v 1.7 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91
-.\" $Id: atan.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd May 2, 1991
.Dt ATAN 3
diff --git a/lib/libm/man/atan2.3 b/lib/libm/man/atan2.3
index a88acea6866..2e2c536eedc 100644
--- a/lib/libm/man/atan2.3
+++ b/lib/libm/man/atan2.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: atan2.3,v 1.6 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91
-.\" $Id: atan2.3,v 1.5 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd May 2, 1991
.Dt ATAN2 3
diff --git a/lib/libm/man/atanh.3 b/lib/libm/man/atanh.3
index 5185cd07263..726fd30529b 100644
--- a/lib/libm/man/atanh.3
+++ b/lib/libm/man/atanh.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: atanh.3,v 1.7 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: @(#)atanh.3 5.2 (Berkeley) 5/6/91
-.\" $Id: atanh.3,v 1.6 1999/07/07 10:50:05 aaron Exp $
.\"
.Dd May 6, 1991
.Dt ATANH 3
diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3
index 87ef104ea8b..31c1b3365c6 100644
--- a/lib/libm/man/ceil.3
+++ b/lib/libm/man/ceil.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: ceil.3,v 1.6 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91
-.\" $Id: ceil.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $
.\"
.Dd March 10, 1994
.Dt CEIL 3
diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3
index 5fdf6a399ff..a5a5b8f89f6 100644
--- a/lib/libm/man/cos.3
+++ b/lib/libm/man/cos.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: cos.3,v 1.6 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91
-.\" $Id: cos.3,v 1.5 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd May 2, 1991
.Dt COS 3
diff --git a/lib/libm/man/cosh.3 b/lib/libm/man/cosh.3
index 8255a9b313e..2c0da841de9 100644
--- a/lib/libm/man/cosh.3
+++ b/lib/libm/man/cosh.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: cosh.3,v 1.6 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91
-.\" $Id: cosh.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt COSH 3
diff --git a/lib/libm/man/erf.3 b/lib/libm/man/erf.3
index 84410342c4c..5c60a86a86d 100644
--- a/lib/libm/man/erf.3
+++ b/lib/libm/man/erf.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: erf.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: @(#)erf.3 6.4 (Berkeley) 4/20/91
-.\" $Id: erf.3,v 1.7 1999/07/09 13:35:26 aaron Exp $
.\"
.Dd April 20, 1991
.Dt ERFC 3
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
diff --git a/lib/libm/man/fabs.3 b/lib/libm/man/fabs.3
index 4464cffba87..2684932eec0 100644
--- a/lib/libm/man/fabs.3
+++ b/lib/libm/man/fabs.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: fabs.3,v 1.6 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -31,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91
-.\" $Id: fabs.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd May 2, 1991
.Dt FABS 3
diff --git a/lib/libm/man/floor.3 b/lib/libm/man/floor.3
index abe9a8e3d88..8d6be3267c4 100644
--- a/lib/libm/man/floor.3
+++ b/lib/libm/man/floor.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: floor.3,v 1.6 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91
-.\" $Id: floor.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd March 10, 1994
.Dt FLOOR 3
diff --git a/lib/libm/man/fmod.3 b/lib/libm/man/fmod.3
index 8c724622b5b..fc9bac50029 100644
--- a/lib/libm/man/fmod.3
+++ b/lib/libm/man/fmod.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: fmod.3,v 1.5 2000/03/02 00:29:49 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fmod.3 5.1 (Berkeley) 5/2/91
-.\" $Id: fmod.3,v 1.4 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd May 2, 1991
.Dt FMOD 3
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index a5bc6d4c03e..ce4b44118fd 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: hypot.3,v 1.7 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: @(#)hypot.3 6.7 (Berkeley) 5/6/91
-.\" $Id: hypot.3,v 1.6 1999/07/07 10:50:06 aaron Exp $
.\"
.Dd May 6, 1991
.Dt HYPOT 3
diff --git a/lib/libm/man/ieee.3 b/lib/libm/man/ieee.3
index bd273827574..a11c50dec31 100644
--- a/lib/libm/man/ieee.3
+++ b/lib/libm/man/ieee.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: ieee.3,v 1.6 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
-.\" $Id: ieee.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd February 25, 1994
.Dt IEEE 3
diff --git a/lib/libm/man/ieee_test.3 b/lib/libm/man/ieee_test.3
index 2b48a72abe2..dd2062ced7b 100644
--- a/lib/libm/man/ieee_test.3
+++ b/lib/libm/man/ieee_test.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: ieee_test.3,v 1.7 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
-.\" $Id: ieee_test.3,v 1.6 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd March 10, 1994
.Dt IEEE_TEST 3
diff --git a/lib/libm/man/j0.3 b/lib/libm/man/j0.3
index 497398d7c88..d25248647c2 100644
--- a/lib/libm/man/j0.3
+++ b/lib/libm/man/j0.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: j0.3,v 1.8 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)j0.3 6.7 (Berkeley) 4/19/91
-.\" $Id: j0.3,v 1.7 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd April 19, 1991
.Dt J0 3
diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3
index eff8e0b3d70..1a69d0fce2f 100644
--- a/lib/libm/man/lgamma.3
+++ b/lib/libm/man/lgamma.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: lgamma.3,v 1.9 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
-.\" $Id: lgamma.3,v 1.8 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd December 3, 1992
.Dt LGAMMA 3
diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3
index 6250f125e35..c252b496a77 100644
--- a/lib/libm/man/math.3
+++ b/lib/libm/man/math.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: math.3,v 1.8 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1985 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)math.3 6.10 (Berkeley) 5/6/91
-.\" $Id: math.3,v 1.7 1999/08/16 23:26:02 deraadt Exp $
.\"
.TH MATH 3 "May 6, 1991"
.UC 4
diff --git a/lib/libm/man/rint.3 b/lib/libm/man/rint.3
index 1406bf37746..a37af931655 100644
--- a/lib/libm/man/rint.3
+++ b/lib/libm/man/rint.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: rint.3,v 1.5 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rint.3 5.1 (Berkeley) 5/2/91
-.\" $Id: rint.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $
.\"
.Dd March 10, 1994
.Dt RINT 3
diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3
index 0c7aa732676..9fba6f16fdc 100644
--- a/lib/libm/man/sin.3
+++ b/lib/libm/man/sin.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: sin.3,v 1.5 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -31,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91
-.\" $Id: sin.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $
.\"
.Dd April 19, 1991
.Dt SIN 3
diff --git a/lib/libm/man/sinh.3 b/lib/libm/man/sinh.3
index e0ccd54b072..cd7e006e2db 100644
--- a/lib/libm/man/sinh.3
+++ b/lib/libm/man/sinh.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: sinh.3,v 1.6 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91
-.\" $Id: sinh.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
.Dd April 19, 1991
.Dt SINH 3
.Os
diff --git a/lib/libm/man/sqrt.3 b/lib/libm/man/sqrt.3
index ef4cccab632..25547deb977 100644
--- a/lib/libm/man/sqrt.3
+++ b/lib/libm/man/sqrt.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: sqrt.3,v 1.6 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91
-.\" $Id: sqrt.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd May 6, 1991
.Dt SQRT 3
diff --git a/lib/libm/man/tan.3 b/lib/libm/man/tan.3
index e687afa3999..31312357384 100644
--- a/lib/libm/man/tan.3
+++ b/lib/libm/man/tan.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: tan.3,v 1.6 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91
-.\" $Id: tan.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
.\"
.Dd May 2, 1991
.Dt TAN 3
diff --git a/lib/libm/man/tanh.3 b/lib/libm/man/tanh.3
index 44769e1348e..99af7a9b80f 100644
--- a/lib/libm/man/tanh.3
+++ b/lib/libm/man/tanh.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: tanh.3,v 1.5 2000/03/02 00:29:50 todd Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91
-.\" $Id: tanh.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $
.\"
.Dd May 2, 1991
.Dt TANH 3
diff --git a/lib/libm/src/math_private.h b/lib/libm/src/math_private.h
index 94ce77b873f..942d4a782df 100644
--- a/lib/libm/src/math_private.h
+++ b/lib/libm/src/math_private.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: math_private.h,v 1.5 2000/03/02 00:29:50 todd Exp $ */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -11,7 +12,6 @@
/*
* from: @(#)fdlibm.h 5.1 93/09/24
- * $Id: math_private.h,v 1.4 1996/11/14 14:21:51 etheisen Exp $
*/
#ifndef _MATH_PRIVATE_H_
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile
index 69f8603920c..2e8acd072dc 100644
--- a/lib/libresolv/Makefile
+++ b/lib/libresolv/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 5.1 (Berkeley) 6/5/90
-# $Id: Makefile,v 1.3 2000/01/01 10:03:01 matthieu Exp $
+# $OpenBSD: Makefile,v 1.4 2000/03/02 00:29:51 todd Exp $
# libresolv no longer needs a special version of the resolver routines.
# The resolver is always in libc.
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile
index 3c6a145a648..714b31da9c1 100644
--- a/lib/libskey/Makefile
+++ b/lib/libskey/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1997/04/27 20:56:15 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2000/03/02 00:29:51 todd Exp $
LIB= skey
SRCS= skeylogin.c skeysubr.c put.c
diff --git a/lib/libssl/src/crypto/des/supp.c b/lib/libssl/src/crypto/des/supp.c
index 8c570c25869..7afea886a93 100644
--- a/lib/libssl/src/crypto/des/supp.c
+++ b/lib/libssl/src/crypto/des/supp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: supp.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
/* crypto/des/supp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@@ -87,7 +88,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: supp.c,v 1.2 1999/09/29 04:36:01 beck Exp $
*/
#include <stdio.h>
diff --git a/lib/liby/Makefile b/lib/liby/Makefile
index a9494239367..dd1ff7aa975 100644
--- a/lib/liby/Makefile
+++ b/lib/liby/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 5.5 (Berkeley) 5/15/90
-# $Id: Makefile,v 1.1 1995/10/18 08:43:14 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2000/03/02 00:29:51 todd Exp $
LIB= y
SRCS= main.c yyerror.c
diff --git a/lib/liby/main.c b/lib/liby/main.c
index 338f323a841..2c7ff458a26 100644
--- a/lib/liby/main.c
+++ b/lib/liby/main.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: main.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -33,7 +35,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)main.c 5.3 (Berkeley) 1/13/91";*/
-static char rcsid[] = "$Id: main.c,v 1.2 1997/06/21 12:33:13 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.3 2000/03/02 00:29:51 todd Exp $";
#endif /* not lint */
#include <stdlib.h>
diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c
index f32deb9c655..f34ed7cc5cf 100644
--- a/lib/liby/yyerror.c
+++ b/lib/liby/yyerror.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -33,7 +35,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)yyerror.c 5.2 (Berkeley) 5/15/90";*/
-static char rcsid[] = "$Id: yyerror.c,v 1.2 1997/06/21 12:33:15 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/lib/libz/adler32.c b/lib/libz/adler32.c
index 58b00040a58..f96ee388dc8 100644
--- a/lib/libz/adler32.c
+++ b/lib/libz/adler32.c
@@ -1,9 +1,9 @@
+/* $OpenBSD: adler32.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: adler32.c,v 1.2 1998/08/08 20:57:07 millert Exp $ */
#include "zlib.h"
diff --git a/lib/libz/compress.c b/lib/libz/compress.c
index 34b0437c413..fcadd36b8f4 100644
--- a/lib/libz/compress.c
+++ b/lib/libz/compress.c
@@ -1,9 +1,9 @@
+/* $OpenBSD: compress.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: compress.c,v 1.2 1998/08/08 20:57:09 millert Exp $ */
#include "zlib.h"
diff --git a/lib/libz/crc32.c b/lib/libz/crc32.c
index 14fead83ab1..8f0d2a14c26 100644
--- a/lib/libz/crc32.c
+++ b/lib/libz/crc32.c
@@ -1,9 +1,9 @@
+/* $OpenBSD: crc32.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: crc32.c,v 1.2 1998/08/08 20:57:10 millert Exp $ */
#include "zlib.h"
diff --git a/lib/libz/deflate.c b/lib/libz/deflate.c
index fbcce1adfb4..63794290818 100644
--- a/lib/libz/deflate.c
+++ b/lib/libz/deflate.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: deflate.c,v 1.4 2000/03/02 00:29:51 todd Exp $ */
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -47,7 +48,6 @@
*
*/
-/* @(#) $Id: deflate.c,v 1.3 1998/08/08 20:57:11 millert Exp $ */
#include "deflate.h"
diff --git a/lib/libz/deflate.h b/lib/libz/deflate.h
index 6da6ce55d3d..972cbfa9586 100644
--- a/lib/libz/deflate.h
+++ b/lib/libz/deflate.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: deflate.h,v 1.3 2000/03/02 00:29:51 todd Exp $ */
/* deflate.h -- internal compression state
* Copyright (C) 1995-1998 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -8,7 +9,6 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id: deflate.h,v 1.2 1998/08/08 20:57:13 millert Exp $ */
#ifndef _DEFLATE_H
#define _DEFLATE_H
diff --git a/lib/libz/gzio.c b/lib/libz/gzio.c
index dea5668ee95..6048d549be0 100644
--- a/lib/libz/gzio.c
+++ b/lib/libz/gzio.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: gzio.c,v 1.5 2000/03/02 00:29:52 todd Exp $ */
/* gzio.c -- IO on .gz files
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -5,7 +6,6 @@
* Compile this file with -DNO_DEFLATE to avoid the compression code.
*/
-/* @(#) $Id: gzio.c,v 1.4 1998/08/08 20:57:14 millert Exp $ */
#include <stdio.h>
diff --git a/lib/libz/trees.c b/lib/libz/trees.c
index c3dad135a0a..f2a4e031d4b 100644
--- a/lib/libz/trees.c
+++ b/lib/libz/trees.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: trees.c,v 1.4 2000/03/02 00:29:52 todd Exp $ */
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-1998 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -29,7 +30,6 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
-/* @(#) $Id: trees.c,v 1.3 1998/08/08 20:57:28 millert Exp $ */
/* #define GEN_TREES_H */
diff --git a/lib/libz/uncompr.c b/lib/libz/uncompr.c
index 4d70ea1429f..fb5881bb2c9 100644
--- a/lib/libz/uncompr.c
+++ b/lib/libz/uncompr.c
@@ -1,9 +1,9 @@
+/* $OpenBSD: uncompr.c,v 1.3 2000/03/02 00:29:52 todd Exp $ */
/* uncompr.c -- decompress a memory buffer
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: uncompr.c,v 1.2 1998/08/08 20:57:30 millert Exp $ */
#include "zlib.h"
diff --git a/lib/libz/zconf.h b/lib/libz/zconf.h
index fe708a11406..eb829462ce4 100644
--- a/lib/libz/zconf.h
+++ b/lib/libz/zconf.h
@@ -1,9 +1,9 @@
+/* $OpenBSD: zconf.h,v 1.3 2000/03/02 00:29:52 todd Exp $ */
/* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: zconf.h,v 1.2 1998/08/08 20:57:31 millert Exp $ */
#ifndef _ZCONF_H
#define _ZCONF_H
diff --git a/lib/libz/zutil.c b/lib/libz/zutil.c
index b8935b5a5d1..7846ce94c2a 100644
--- a/lib/libz/zutil.c
+++ b/lib/libz/zutil.c
@@ -1,9 +1,9 @@
+/* $OpenBSD: zutil.c,v 1.4 2000/03/02 00:29:52 todd Exp $ */
/* zutil.c -- target dependent utility functions for the compression library
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: zutil.c,v 1.3 1998/08/08 20:57:33 millert Exp $ */
#include "zutil.h"
diff --git a/lib/libz/zutil.h b/lib/libz/zutil.h
index 7e8704465df..5eaecbf7f33 100644
--- a/lib/libz/zutil.h
+++ b/lib/libz/zutil.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: zutil.h,v 1.5 2000/03/02 00:29:52 todd Exp $ */
/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -8,7 +9,6 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id: zutil.h,v 1.4 1998/09/08 04:05:19 millert Exp $ */
#ifndef _Z_UTIL_H
#define _Z_UTIL_H