diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 14:46:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 14:46:55 +0000 |
commit | b45ab29cf3435b5b7b354482bdb29b3bb5fe049a (patch) | |
tree | 0d84c858117cac2e2a59947267a0097f82ff5b23 /share | |
parent | a871c0908a24d689200f5b6ff92ab415df76c023 (diff) |
$OpenBSD$
Diffstat (limited to 'share')
88 files changed, 91 insertions, 91 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile index 9cbb5f1fe2b..04556b81d62 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:34 todd Exp $ # from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91 -# $Id: Makefile,v 1.1 1995/10/18 08:43:52 deraadt Exp $ # Missing: connectives, words diff --git a/share/ipf/Makefile b/share/ipf/Makefile index 10c39b793bf..3919a72fd85 100644 --- a/share/ipf/Makefile +++ b/share/ipf/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:34 todd Exp $ # -# $Id: Makefile,v 1.2 1996/07/18 05:57:20 dm Exp $ # FILES= example.* nat.* firewall.* NOOBJ= noobj diff --git a/share/lkm/Makefile b/share/lkm/Makefile index 6b84548efb7..00705352ec8 100644 --- a/share/lkm/Makefile +++ b/share/lkm/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:35 todd Exp $ # -# $Id: Makefile,v 1.1 1995/10/18 08:44:20 deraadt Exp $ # FILES= README syscall vfs misc diff --git a/share/lkm/README b/share/lkm/README index c7342346cc8..32f4011d76c 100644 --- a/share/lkm/README +++ b/share/lkm/README @@ -1,3 +1,4 @@ +# $OpenBSD: README,v 1.2 2000/03/02 14:46:35 todd Exp $ # # Copyright (c) 1993 Terrence R. Lambert. # All rights reserved. @@ -29,7 +30,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: README,v 1.1 1995/10/18 08:44:20 deraadt Exp $ # 0.0 README diff --git a/share/lkm/misc/Makefile b/share/lkm/misc/Makefile index 5c43947ce87..af1f7969cfb 100644 --- a/share/lkm/misc/Makefile +++ b/share/lkm/misc/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:36 todd Exp $ # # Makefile for sample loadable system call # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1995/10/18 08:44:20 deraadt Exp $ # SUBDIR= module test diff --git a/share/lkm/misc/README b/share/lkm/misc/README index 3282a0d01aa..2dba2f3e8d0 100644 --- a/share/lkm/misc/README +++ b/share/lkm/misc/README @@ -1,3 +1,4 @@ +# $OpenBSD: README,v 1.2 2000/03/02 14:46:36 todd Exp $ # # Copyright (c) 1993 Terrence R. Lambert. # All rights reserved. @@ -29,7 +30,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: README,v 1.1 1995/10/18 08:44:20 deraadt Exp $ # 1.0 Overview diff --git a/share/lkm/misc/module/Makefile b/share/lkm/misc/module/Makefile index f55c01fed21..978f9d49c61 100644 --- a/share/lkm/misc/module/Makefile +++ b/share/lkm/misc/module/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:36 todd Exp $ # # Makefile for miscmod # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.2 1997/03/03 05:10:52 flipk Exp $ # SRCS=miscmod.c diff --git a/share/lkm/misc/module/misccall.c b/share/lkm/misc/module/misccall.c index 14f099b5604..4c2726d5e72 100644 --- a/share/lkm/misc/module/misccall.c +++ b/share/lkm/misc/module/misccall.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misccall.c,v 1.2 2000/03/02 14:46:36 todd Exp $ */ /* * misccall.c * @@ -33,7 +34,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: misccall.c,v 1.1 1995/10/18 08:44:20 deraadt Exp $ */ #include <sys/param.h> #include <sys/ioctl.h> diff --git a/share/lkm/misc/module/miscmod.c b/share/lkm/misc/module/miscmod.c index d0ee71b8078..067777238c4 100644 --- a/share/lkm/misc/module/miscmod.c +++ b/share/lkm/misc/module/miscmod.c @@ -1,3 +1,4 @@ +/* $OpenBSD: miscmod.c,v 1.3 2000/03/02 14:46:36 todd Exp $ */ /* * Makefile for miscmod * @@ -34,7 +35,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: miscmod.c,v 1.2 1999/02/14 04:44:51 fgsch Exp $ */ #include <sys/param.h> #include <sys/ioctl.h> diff --git a/share/lkm/misc/test/Makefile b/share/lkm/misc/test/Makefile index cf3618b5888..6a2e0d1a5e1 100644 --- a/share/lkm/misc/test/Makefile +++ b/share/lkm/misc/test/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:36 todd Exp $ # # Makefile for testmisc # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1995/10/18 08:44:21 deraadt Exp $ # PROG= testmisc diff --git a/share/lkm/misc/test/testmisc.c b/share/lkm/misc/test/testmisc.c index 59f0c57c38a..66e26878900 100644 --- a/share/lkm/misc/test/testmisc.c +++ b/share/lkm/misc/test/testmisc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: testmisc.c,v 1.2 2000/03/02 14:46:36 todd Exp $ */ /* * testmisc.c * @@ -36,7 +37,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: testmisc.c,v 1.1 1995/10/18 08:44:21 deraadt Exp $ */ #include <stdio.h> diff --git a/share/lkm/syscall/Makefile b/share/lkm/syscall/Makefile index 9df031463df..636a6b8dce7 100644 --- a/share/lkm/syscall/Makefile +++ b/share/lkm/syscall/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:37 todd Exp $ # # Makefile for sample loadable system call # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1995/10/18 08:44:21 deraadt Exp $ # # Makefile for sample loadable system call diff --git a/share/lkm/syscall/README b/share/lkm/syscall/README index 56b764c512f..0ea1fffcb5e 100644 --- a/share/lkm/syscall/README +++ b/share/lkm/syscall/README @@ -1,3 +1,4 @@ +# $OpenBSD: README,v 1.3 2000/03/02 14:46:37 todd Exp $ # # Copyright (c) 1993 Terrence R. Lambert. # All rights reserved. @@ -29,7 +30,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: README,v 1.2 1997/06/18 07:29:12 deraadt Exp $ # 1.0 Overview diff --git a/share/lkm/syscall/module/Makefile b/share/lkm/syscall/module/Makefile index c6d3e9b555d..eca53759e96 100644 --- a/share/lkm/syscall/module/Makefile +++ b/share/lkm/syscall/module/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:37 todd Exp $ # # Makefile for newsyscall # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.2 1997/03/03 05:10:54 flipk Exp $ # SRCS=newsyscall.c diff --git a/share/lkm/syscall/module/mycall.c b/share/lkm/syscall/module/mycall.c index f17c28cdf86..53c55715523 100644 --- a/share/lkm/syscall/module/mycall.c +++ b/share/lkm/syscall/module/mycall.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mycall.c,v 1.2 2000/03/02 14:46:37 todd Exp $ */ /* * mycall.c * @@ -33,7 +34,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mycall.c,v 1.1 1995/10/18 08:44:21 deraadt Exp $ */ #include <sys/param.h> #include <sys/ioctl.h> diff --git a/share/lkm/syscall/module/newsyscall.c b/share/lkm/syscall/module/newsyscall.c index a3719930e98..20785677f90 100644 --- a/share/lkm/syscall/module/newsyscall.c +++ b/share/lkm/syscall/module/newsyscall.c @@ -1,3 +1,4 @@ +/* $OpenBSD: newsyscall.c,v 1.2 2000/03/02 14:46:38 todd Exp $ */ /* * Makefile for newsyscall * @@ -34,7 +35,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: newsyscall.c,v 1.1 1995/10/18 08:44:21 deraadt Exp $ */ #include <sys/param.h> #include <sys/ioctl.h> diff --git a/share/lkm/syscall/test/Makefile b/share/lkm/syscall/test/Makefile index 8fb98b22121..0b52de49e7d 100644 --- a/share/lkm/syscall/test/Makefile +++ b/share/lkm/syscall/test/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:38 todd Exp $ # # Makefile for testsyscall # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1995/10/18 08:44:21 deraadt Exp $ # PROG= testsyscall diff --git a/share/lkm/syscall/test/testsyscall.c b/share/lkm/syscall/test/testsyscall.c index b04ea734ced..86d04ec6746 100644 --- a/share/lkm/syscall/test/testsyscall.c +++ b/share/lkm/syscall/test/testsyscall.c @@ -1,3 +1,4 @@ +/* $OpenBSD: testsyscall.c,v 1.2 2000/03/02 14:46:39 todd Exp $ */ /* * testsyscall.c * @@ -36,7 +37,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: testsyscall.c,v 1.1 1995/10/18 08:44:21 deraadt Exp $ */ #include <stdio.h> diff --git a/share/lkm/vfs/Makefile b/share/lkm/vfs/Makefile index 7c9e122e5aa..cd651ba0e17 100644 --- a/share/lkm/vfs/Makefile +++ b/share/lkm/vfs/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:39 todd Exp $ # # Makefile for sample loadable file system # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1995/10/18 08:44:22 deraadt Exp $ # SUBDIR= module diff --git a/share/lkm/vfs/README b/share/lkm/vfs/README index eebb6b024ff..f39e4e14dc3 100644 --- a/share/lkm/vfs/README +++ b/share/lkm/vfs/README @@ -1,3 +1,4 @@ +# $OpenBSD: README,v 1.2 2000/03/02 14:46:39 todd Exp $ # # Copyright (c) 1993 Terrence R. Lambert. # All rights reserved. @@ -29,7 +30,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: README,v 1.1 1995/10/18 08:44:22 deraadt Exp $ # 1.0 Overview diff --git a/share/lkm/vfs/module/Makefile b/share/lkm/vfs/module/Makefile index 35284f37f9f..6f6da8fb6ec 100644 --- a/share/lkm/vfs/module/Makefile +++ b/share/lkm/vfs/module/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.5 2000/03/02 14:46:40 todd Exp $ # # Makefile for newsyscall # @@ -33,7 +34,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.4 2000/01/28 06:11:30 fgsch Exp $ # SRCS=kernfsmod.c diff --git a/share/lkm/vfs/module/kernfsmod.c b/share/lkm/vfs/module/kernfsmod.c index 7eb3cf1a931..e81159a14b8 100644 --- a/share/lkm/vfs/module/kernfsmod.c +++ b/share/lkm/vfs/module/kernfsmod.c @@ -1,3 +1,4 @@ +/* $OpenBSD: kernfsmod.c,v 1.3 2000/03/02 14:46:41 todd Exp $ */ /* * kernfsmod.c * @@ -33,7 +34,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kernfsmod.c,v 1.2 2000/01/28 05:29:59 fgsch Exp $ */ #include <sys/param.h> #include <sys/ioctl.h> diff --git a/share/man/Makefile b/share/man/Makefile index d85c7a12936..c2dde254f3b 100644 --- a/share/man/Makefile +++ b/share/man/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.6 2000/03/02 14:46:41 todd Exp $ # from: @(#)Makefile 5.9 (Berkeley) 7/1/91 -# $Id: Makefile,v 1.5 2000/02/03 18:13:40 espie Exp $ SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9 diff --git a/share/man/man4/man4.alpha/cy.4 b/share/man/man4/man4.alpha/cy.4 index 4e099423c86..c1ecee68412 100644 --- a/share/man/man4/man4.alpha/cy.4 +++ b/share/man/man4/man4.alpha/cy.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: cy.4,v 1.4 2000/03/02 14:46:42 todd Exp $ .\" .\" Copyright (c) 1993 Andrew Herbert. .\" All rights reserved. @@ -24,7 +25,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: cy.4,v 1.3 1999/07/07 10:50:10 aaron Exp $ .\" .Dd October 5, 1993 .Dt CY 4 diff --git a/share/man/man4/man4.alpha/lpt.4 b/share/man/man4/man4.alpha/lpt.4 index 57954e43791..7b612177d66 100644 --- a/share/man/man4/man4.alpha/lpt.4 +++ b/share/man/man4/man4.alpha/lpt.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: lpt.4,v 1.2 2000/03/02 14:46:42 todd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: lpt.4,v 1.1 1998/03/09 03:04:53 millert Exp $ .\" .Dd August 6, 1993 .Dt LPT 4 alpha diff --git a/share/man/man4/man4.amiga/Makefile b/share/man/man4/man4.amiga/Makefile index 8b2a58270ad..023831f9e31 100644 --- a/share/man/man4/man4.amiga/Makefile +++ b/share/man/man4/man4.amiga/Makefile @@ -1,5 +1,5 @@ -# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -# $Id: Makefile,v 1.1 1995/10/18 08:44:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:43 todd Exp $ +# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 MAN= ae.4 afsc.4 ahsc.4 atzsc.4 autoconf.4 console.4 bah.4 ed.4 es.4 gtsc.4 \ intro.4 ite.4 le.4 mem.4 mfcs.4 mgnsc.4 qn.4 ser.4 wesc.4 zssc.4 diff --git a/share/man/man4/man4.amiga/afsc.4 b/share/man/man4/man4.amiga/afsc.4 index 84e85001c05..170d335dc76 100644 --- a/share/man/man4/man4.amiga/afsc.4 +++ b/share/man/man4/man4.amiga/afsc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: afsc.4,v 1.5 2000/03/02 14:46:43 todd Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: afsc.4,v 1.4 1999/07/09 13:35:44 aaron Exp $ .\" .Dd July 23, 1995 .Dt AFSC 4 amiga diff --git a/share/man/man4/man4.amiga/ahsc.4 b/share/man/man4/man4.amiga/ahsc.4 index 1c065558cbe..6494961c522 100644 --- a/share/man/man4/man4.amiga/ahsc.4 +++ b/share/man/man4/man4.amiga/ahsc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ahsc.4,v 1.6 2000/03/02 14:46:43 todd Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ahsc.4,v 1.5 1999/07/09 13:35:44 aaron Exp $ .\" .Dd August 31, 1994 .Dt AHSC 4 amiga diff --git a/share/man/man4/man4.amiga/autoconf.4 b/share/man/man4/man4.amiga/autoconf.4 index 4fa08c8d7a2..84aa40ae00b 100644 --- a/share/man/man4/man4.amiga/autoconf.4 +++ b/share/man/man4/man4.amiga/autoconf.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: autoconf.4,v 1.5 2000/03/02 14:46:44 todd Exp $ .\" .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: autoconf.4,v 1.4 1999/07/02 20:11:50 aaron Exp $ .\" .Dd February 10, 1997 .Dt AUTOCONF 4 amiga diff --git a/share/man/man4/man4.amiga/gtsc.4 b/share/man/man4/man4.amiga/gtsc.4 index 2a0b0986727..7f5184a97c1 100644 --- a/share/man/man4/man4.amiga/gtsc.4 +++ b/share/man/man4/man4.amiga/gtsc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: gtsc.4,v 1.6 2000/03/02 14:46:44 todd Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: gtsc.4,v 1.5 1999/07/09 13:35:45 aaron Exp $ .\" .Dd August 31, 1994 .Dt GTSC 4 amiga diff --git a/share/man/man4/man4.amiga/intro.4 b/share/man/man4/man4.amiga/intro.4 index 84e6e104e87..ea6e190f0c0 100644 --- a/share/man/man4/man4.amiga/intro.4 +++ b/share/man/man4/man4.amiga/intro.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: intro.4,v 1.4 2000/03/02 14:46:44 todd Exp $ .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91 -.\" $Id: intro.4,v 1.3 1999/05/16 19:56:47 alex Exp $ .\" .Dd August 30, 1994 .Dt INTRO 4 amiga diff --git a/share/man/man4/man4.amiga/ite.4 b/share/man/man4/man4.amiga/ite.4 index 53950a60c16..885250c8a92 100644 --- a/share/man/man4/man4.amiga/ite.4 +++ b/share/man/man4/man4.amiga/ite.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ite.4,v 1.4 2000/03/02 14:46:44 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ite.4 5.2 (Berkeley) 3/27/91 -.\" $Id: ite.4,v 1.3 1999/07/09 13:35:45 aaron Exp $ .\" .Dd August 30, 1994 .Dt ITE 4 amiga diff --git a/share/man/man4/man4.amiga/le.4 b/share/man/man4/man4.amiga/le.4 index 1d3eb597170..222c766a7cd 100644 --- a/share/man/man4/man4.amiga/le.4 +++ b/share/man/man4/man4.amiga/le.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: le.4,v 1.5 2000/03/02 14:46:44 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -35,7 +36,6 @@ .\" .\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp .\" from: @(#)le.4 8.1 (Berkeley) 6/9/93 -.\" $Id: le.4,v 1.4 1999/07/09 13:35:45 aaron Exp $ .\" .Dd August 30, 1994 .Dt LE 4 amiga diff --git a/share/man/man4/man4.amiga/mem.4 b/share/man/man4/man4.amiga/mem.4 index 735425af181..b38d06eb904 100644 --- a/share/man/man4/man4.amiga/mem.4 +++ b/share/man/man4/man4.amiga/mem.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mem.4,v 1.3 2000/03/02 14:46:44 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93 -.\" $Id: mem.4,v 1.2 1996/10/08 01:20:38 michaels Exp $ .\" .Dd June 5, 1993 .Dt MEM 4 amiga diff --git a/share/man/man4/man4.amiga/mfcs.4 b/share/man/man4/man4.amiga/mfcs.4 index 8644f9bfcdd..3e4ee286005 100644 --- a/share/man/man4/man4.amiga/mfcs.4 +++ b/share/man/man4/man4.amiga/mfcs.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mfcs.4,v 1.3 2000/03/02 14:46:44 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 -.\" $Id: mfcs.4,v 1.2 1996/10/08 01:20:39 michaels Exp $ .\" .Dd July 23, 1995 .Dt MFCS 4 amiga diff --git a/share/man/man4/man4.amiga/mgnsc.4 b/share/man/man4/man4.amiga/mgnsc.4 index fc6d604a61b..6dcc2d57026 100644 --- a/share/man/man4/man4.amiga/mgnsc.4 +++ b/share/man/man4/man4.amiga/mgnsc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mgnsc.4,v 1.5 2000/03/02 14:46:44 todd Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: mgnsc.4,v 1.4 1999/07/09 13:35:45 aaron Exp $ .\" .Dd August 31, 1994 .Dt MGNSC 4 amiga diff --git a/share/man/man4/man4.amiga/ser.4 b/share/man/man4/man4.amiga/ser.4 index 5b8fa40054c..0701931f73f 100644 --- a/share/man/man4/man4.amiga/ser.4 +++ b/share/man/man4/man4.amiga/ser.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ser.4,v 1.4 2000/03/02 14:46:44 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 -.\" $Id: ser.4,v 1.3 1999/07/09 13:35:45 aaron Exp $ .\" .Dd August 30, 1994 .Dt SER 4 amiga diff --git a/share/man/man4/man4.amiga/wesc.4 b/share/man/man4/man4.amiga/wesc.4 index 2a376b443ae..1b43fc4cd9c 100644 --- a/share/man/man4/man4.amiga/wesc.4 +++ b/share/man/man4/man4.amiga/wesc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: wesc.4,v 1.5 2000/03/02 14:46:44 todd Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: wesc.4,v 1.4 1999/07/09 13:35:45 aaron Exp $ .\" .Dd August 31, 1994 .Dt WESC 4 amiga diff --git a/share/man/man4/man4.amiga/zssc.4 b/share/man/man4/man4.amiga/zssc.4 index 45017656515..fd7e24d8b09 100644 --- a/share/man/man4/man4.amiga/zssc.4 +++ b/share/man/man4/man4.amiga/zssc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: zssc.4,v 1.5 2000/03/02 14:46:44 todd Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: zssc.4,v 1.4 1999/07/09 13:35:45 aaron Exp $ .\" .Dd August 31, 1994 .Dt ZSSC 4 amiga diff --git a/share/man/man4/man4.arc/lpt.4 b/share/man/man4/man4.arc/lpt.4 index e89db34eea6..3aec9b351c5 100644 --- a/share/man/man4/man4.arc/lpt.4 +++ b/share/man/man4/man4.arc/lpt.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: lpt.4,v 1.2 2000/03/02 14:46:44 todd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: lpt.4,v 1.1 1998/05/05 06:11:03 imp Exp $ .\" .Dd August 6, 1993 .Dt LPT 4 alpha diff --git a/share/man/man4/man4.hp300/Makefile b/share/man/man4/man4.hp300/Makefile index 2d78d5551a7..5f4d7c8c39e 100644 --- a/share/man/man4/man4.hp300/Makefile +++ b/share/man/man4/man4.hp300/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:45 todd Exp $ # from: @(#)Makefile 5.1 (Berkeley) 6/29/90 -# $Id: Makefile,v 1.1 1995/10/18 08:44:27 deraadt Exp $ MAN= autoconf.4 cons.4 ct.4 dca.4 dcl.4 dcm.4 dv.4 gb.4 grf.4 hil.4 \ intro.4 ite.4 le.4 mem.4 ppi.4 rb.4 rd.4 rmp.4 tc.4 diff --git a/share/man/man4/man4.hp300/autoconf.4 b/share/man/man4/man4.hp300/autoconf.4 index 7314c89f6e2..c7e9877b954 100644 --- a/share/man/man4/man4.hp300/autoconf.4 +++ b/share/man/man4/man4.hp300/autoconf.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: autoconf.4,v 1.2 2000/03/02 14:46:45 todd Exp $ .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)autoconf.4 5.2 (Berkeley) 3/27/91 -.\" $Id: autoconf.4,v 1.1 1995/10/18 08:44:27 deraadt Exp $ .\" .Dd March 27, 1991 .Dt AUTOCONF 4 hp300 diff --git a/share/man/man4/man4.hp300/cons.4 b/share/man/man4/man4.hp300/cons.4 index 4f01acdc11c..d5a88dde483 100644 --- a/share/man/man4/man4.hp300/cons.4 +++ b/share/man/man4/man4.hp300/cons.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: cons.4,v 1.3 2000/03/02 14:46:45 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cons.4 5.2 (Berkeley) 3/27/91 -.\" $Id: cons.4,v 1.2 1999/05/12 21:58:33 aaron Exp $ .\" .Dd March 27, 1991 .Dt CONS 4 hp300 diff --git a/share/man/man4/man4.hp300/ct.4 b/share/man/man4/man4.hp300/ct.4 index cffdb18167f..26ff0691652 100644 --- a/share/man/man4/man4.hp300/ct.4 +++ b/share/man/man4/man4.hp300/ct.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ct.4,v 1.3 2000/03/02 14:46:45 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ct.4 5.2 (Berkeley) 3/27/91 -.\" $Id: ct.4,v 1.2 1998/04/25 04:43:55 millert Exp $ .\" .Dd March 27, 1991 .Dt CT 4 hp300 diff --git a/share/man/man4/man4.hp300/dca.4 b/share/man/man4/man4.hp300/dca.4 index 3d6968f416d..eb7bda12215 100644 --- a/share/man/man4/man4.hp300/dca.4 +++ b/share/man/man4/man4.hp300/dca.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dca.4,v 1.2 2000/03/02 14:46:45 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 -.\" $Id: dca.4,v 1.1 1995/10/18 08:44:27 deraadt Exp $ .\" .Dd March 27, 1991 .Dt DCA 4 hp300 diff --git a/share/man/man4/man4.hp300/dcl.4 b/share/man/man4/man4.hp300/dcl.4 index a2a205f3556..70f93fdb4e0 100644 --- a/share/man/man4/man4.hp300/dcl.4 +++ b/share/man/man4/man4.hp300/dcl.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dcl.4,v 1.4 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dcl.4 5.2 (Berkeley) 3/27/91 -.\" $Id: dcl.4,v 1.3 1999/07/09 13:35:46 aaron Exp $ .\" .Dd March 27, 1991 .Dt DCL 4 hp300 diff --git a/share/man/man4/man4.hp300/dcm.4 b/share/man/man4/man4.hp300/dcm.4 index cfc1bf2348c..20d0b6b241e 100644 --- a/share/man/man4/man4.hp300/dcm.4 +++ b/share/man/man4/man4.hp300/dcm.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dcm.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dcm.4 5.2 (Berkeley) 3/27/91 -.\" $Id: dcm.4,v 1.2 1999/07/09 13:35:46 aaron Exp $ .\" .Dd March 27, 1991 .Dt DCM 4 hp300 diff --git a/share/man/man4/man4.hp300/dv.4 b/share/man/man4/man4.hp300/dv.4 index 9dc597272ff..4d15dbffd88 100644 --- a/share/man/man4/man4.hp300/dv.4 +++ b/share/man/man4/man4.hp300/dv.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dv.4,v 1.2 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dv.4 5.2 (Berkeley) 3/27/91 -.\" $Id: dv.4,v 1.1 1995/10/18 08:44:27 deraadt Exp $ .\" .Dd March 27, 1991 .Dt DV 4 hp300 diff --git a/share/man/man4/man4.hp300/gb.4 b/share/man/man4/man4.hp300/gb.4 index 962bc2ea6c9..0be15d0c719 100644 --- a/share/man/man4/man4.hp300/gb.4 +++ b/share/man/man4/man4.hp300/gb.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: gb.4,v 1.2 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)gb.4 5.2 (Berkeley) 3/27/91 -.\" $Id: gb.4,v 1.1 1995/10/18 08:44:27 deraadt Exp $ .\" .Dd March 27, 1991 .Dt GB 4 hp300 diff --git a/share/man/man4/man4.hp300/grf.4 b/share/man/man4/man4.hp300/grf.4 index b90499a6c62..6dfb32277ec 100644 --- a/share/man/man4/man4.hp300/grf.4 +++ b/share/man/man4/man4.hp300/grf.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: grf.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)grf.4 5.3 (Berkeley) 7/31/91 -.\" $Id: grf.4,v 1.2 1999/05/16 19:56:54 alex Exp $ .\" .Dd July 31, 1991 .Dt GRF 4 hp300 diff --git a/share/man/man4/man4.hp300/hil.4 b/share/man/man4/man4.hp300/hil.4 index d951b24ed6b..579c7b4abd4 100644 --- a/share/man/man4/man4.hp300/hil.4 +++ b/share/man/man4/man4.hp300/hil.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: hil.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)hil.4 5.2 (Berkeley) 3/27/91 -.\" $Id: hil.4,v 1.2 1999/07/09 13:35:46 aaron Exp $ .\" .Dd March 27, 1991 .Dt HIL 4 hp300 diff --git a/share/man/man4/man4.hp300/intro.4 b/share/man/man4/man4.hp300/intro.4 index 2cf7610d4cf..27b81442463 100644 --- a/share/man/man4/man4.hp300/intro.4 +++ b/share/man/man4/man4.hp300/intro.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: intro.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91 -.\" $Id: intro.4,v 1.2 1999/05/16 19:56:54 alex Exp $ .\" .Dd March 27, 1991 .Dt INTRO 4 hp300 diff --git a/share/man/man4/man4.hp300/ite.4 b/share/man/man4/man4.hp300/ite.4 index 631f5712e27..e941345c7b6 100644 --- a/share/man/man4/man4.hp300/ite.4 +++ b/share/man/man4/man4.hp300/ite.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ite.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ite.4 5.2 (Berkeley) 3/27/91 -.\" $Id: ite.4,v 1.2 1999/05/16 19:56:55 alex Exp $ .\" .Dd March 27, 1991 .Dt ITE 4 hp300 diff --git a/share/man/man4/man4.hp300/le.4 b/share/man/man4/man4.hp300/le.4 index 258f4f2b816..5e01b7e228c 100644 --- a/share/man/man4/man4.hp300/le.4 +++ b/share/man/man4/man4.hp300/le.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: le.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)le.4 5.2 (Berkeley) 3/27/91 -.\" $Id: le.4,v 1.2 1999/05/16 19:56:55 alex Exp $ .\" .Dd March 27, 1991 .Dt LE 4 hp300 diff --git a/share/man/man4/man4.hp300/mem.4 b/share/man/man4/man4.hp300/mem.4 index c2163a9b2db..f68bbc678d7 100644 --- a/share/man/man4/man4.hp300/mem.4 +++ b/share/man/man4/man4.hp300/mem.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mem.4,v 1.2 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mem.4 5.2 (Berkeley) 3/27/91 -.\" $Id: mem.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ .\" .Dd March 27, 1991 .Dt MEM 4 hp300 diff --git a/share/man/man4/man4.hp300/ppi.4 b/share/man/man4/man4.hp300/ppi.4 index 555c4c957c0..29e269a2ad8 100644 --- a/share/man/man4/man4.hp300/ppi.4 +++ b/share/man/man4/man4.hp300/ppi.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ppi.4,v 1.2 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ppi.4 5.2 (Berkeley) 3/27/91 -.\" $Id: ppi.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ .\" .Dd March 27, 1991 .Dt PPI 4 hp300 diff --git a/share/man/man4/man4.hp300/rb.4 b/share/man/man4/man4.hp300/rb.4 index a476c698857..ac695634e4c 100644 --- a/share/man/man4/man4.hp300/rb.4 +++ b/share/man/man4/man4.hp300/rb.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rb.4,v 1.2 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rb.4 5.2 (Berkeley) 3/27/91 -.\" $Id: rb.4,v 1.1 1995/10/18 08:44:28 deraadt Exp $ .\" .Dd March 27, 1991 .Dt RB 4 hp300 diff --git a/share/man/man4/man4.hp300/rd.4 b/share/man/man4/man4.hp300/rd.4 index 0637071c4ee..ea5bef6c6f3 100644 --- a/share/man/man4/man4.hp300/rd.4 +++ b/share/man/man4/man4.hp300/rd.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rd.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rd.4 5.2 (Berkeley) 3/27/91 -.\" $Id: rd.4,v 1.2 1998/09/24 07:08:39 pjanzen Exp $ .\" .Dd March 27, 1991 .Dt RD 4 hp300 diff --git a/share/man/man4/man4.hp300/rmp.4 b/share/man/man4/man4.hp300/rmp.4 index d3868ae4e45..7e26d1a411f 100644 --- a/share/man/man4/man4.hp300/rmp.4 +++ b/share/man/man4/man4.hp300/rmp.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rmp.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rmp.4 5.2 (Berkeley) 3/27/91 -.\" $Id: rmp.4,v 1.2 1999/05/16 19:56:56 alex Exp $ .\" .Dd March 27, 1991 .Dt RMP 4 hp300 diff --git a/share/man/man4/man4.hp300/st.4 b/share/man/man4/man4.hp300/st.4 index 8efa564204f..51f2dc90dc3 100644 --- a/share/man/man4/man4.hp300/st.4 +++ b/share/man/man4/man4.hp300/st.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: st.4,v 1.5 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)st.4 5.3 (Berkeley) 7/31/91 -.\" $Id: st.4,v 1.4 1999/07/09 13:35:46 aaron Exp $ .\" .Dd July 31, 1991 .Dt ST 4 hp300 diff --git a/share/man/man4/man4.hp300/tc.4 b/share/man/man4/man4.hp300/tc.4 index baaa0ad3e3b..969968154f7 100644 --- a/share/man/man4/man4.hp300/tc.4 +++ b/share/man/man4/man4.hp300/tc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: tc.4,v 1.3 2000/03/02 14:46:46 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tc.4 5.2 (Berkeley) 3/27/91 -.\" $Id: tc.4,v 1.2 1999/07/09 13:35:46 aaron Exp $ .\" .Dd March 27, 1991 .Dt TC 4 hp300 diff --git a/share/man/man4/man4.mvme68k/Makefile b/share/man/man4/man4.mvme68k/Makefile index f6fdfb03d65..9853547d58d 100644 --- a/share/man/man4/man4.mvme68k/Makefile +++ b/share/man/man4/man4.mvme68k/Makefile @@ -1,5 +1,5 @@ -# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -# $Id: Makefile,v 1.2 2000/01/24 05:00:08 smurph Exp $ +# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:47 todd Exp $ +# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 MAN= console.4 intro.4 le.4 mem.4 MLINKS= mem.4 kmem.4 diff --git a/share/man/man4/man4.mvme68k/console.4 b/share/man/man4/man4.mvme68k/console.4 index 513c227ceab..82bc1c7e463 100644 --- a/share/man/man4/man4.mvme68k/console.4 +++ b/share/man/man4/man4.mvme68k/console.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: console.4,v 1.5 2000/03/02 14:46:47 todd Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cons.4 5.2 (Berkeley) 3/27/91 -.\" $Id: console.4,v 1.4 2000/01/24 05:00:08 smurph Exp $ .\" .Dd August 30, 1994 .Dt CONSOLE 4 mvme68k diff --git a/share/man/man4/man4.mvme68k/intro.4 b/share/man/man4/man4.mvme68k/intro.4 index 4b1b3e73d82..5900f5e4cad 100644 --- a/share/man/man4/man4.mvme68k/intro.4 +++ b/share/man/man4/man4.mvme68k/intro.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: intro.4,v 1.5 2000/03/02 14:46:48 todd Exp $ .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91 -.\" $Id: intro.4,v 1.4 2000/01/24 05:00:08 smurph Exp $ .\" .Dd August 30, 1994 .Dt INTRO 4 mvme68k diff --git a/share/man/man4/man4.mvme68k/le.4 b/share/man/man4/man4.mvme68k/le.4 index bfe601caaff..c503515c879 100644 --- a/share/man/man4/man4.mvme68k/le.4 +++ b/share/man/man4/man4.mvme68k/le.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: le.4,v 1.6 2000/03/02 14:46:48 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -35,7 +36,6 @@ .\" .\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp .\" from: @(#)le.4 8.1 (Berkeley) 6/9/93 -.\" $Id: le.4,v 1.5 2000/01/24 05:00:08 smurph Exp $ .\" .Dd August 30, 1994 .Dt LE 4 mvme68k diff --git a/share/man/man4/man4.mvme68k/mem.4 b/share/man/man4/man4.mvme68k/mem.4 index ba255f0dfdb..f079b7bc1cf 100644 --- a/share/man/man4/man4.mvme68k/mem.4 +++ b/share/man/man4/man4.mvme68k/mem.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mem.4,v 1.4 2000/03/02 14:46:48 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93 -.\" $Id: mem.4,v 1.3 2000/01/24 05:00:08 smurph Exp $ .\" .Dd June 5, 1993 .Dt MEM 4 mvme68k diff --git a/share/man/man4/man4.pc532/lpt.4 b/share/man/man4/man4.pc532/lpt.4 index d981ceecf8a..2ae6dfb76c3 100644 --- a/share/man/man4/man4.pc532/lpt.4 +++ b/share/man/man4/man4.pc532/lpt.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: lpt.4,v 1.6 2000/03/02 14:46:48 todd Exp $ .\" $NetBSD: lpt.4,v 1.2 1995/11/28 08:03:29 jtc Exp $ .\" .\" Copyright (c) 1994 Matthias Pfaller. @@ -28,7 +29,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: lpt.4,v 1.5 1999/07/09 13:35:40 aaron Exp $ .\" .Dd December 1, 1994 .Dt LPT 4 pc532 diff --git a/share/man/man4/man4.pc532/mem.4 b/share/man/man4/man4.pc532/mem.4 index f155c74f195..a017e4f0da0 100644 --- a/share/man/man4/man4.pc532/mem.4 +++ b/share/man/man4/man4.pc532/mem.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mem.4,v 1.3 2000/03/02 14:46:48 todd Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mem.4 5.3 (Berkeley) 5/2/91 -.\" $Id: mem.4,v 1.2 1999/07/02 20:11:51 aaron Exp $ .\" .Dd December 23, 1995 .Dt MEM 4 pc532 diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile index f6d27a7b8e3..1a9b0fd0455 100644 --- a/share/man/man4/man4.sparc/Makefile +++ b/share/man/man4/man4.sparc/Makefile @@ -1,5 +1,5 @@ -# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -# $Id: Makefile,v 1.17 1999/09/09 03:03:22 jason Exp $ +# $OpenBSD: Makefile,v 1.18 2000/03/02 14:46:48 todd Exp $ +# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 MAN= intro.4 MAN+= audioamd.4 audiocs.4 be.4 bwtwo.4 cgtwo.4 cgthree.4 cgfour.4 cgsix.4 diff --git a/share/man/man4/man4.sparc/bwtwo.4 b/share/man/man4/man4.sparc/bwtwo.4 index 022db910b5a..09351fe4faf 100644 --- a/share/man/man4/man4.sparc/bwtwo.4 +++ b/share/man/man4/man4.sparc/bwtwo.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: bwtwo.4,v 1.7 2000/03/02 14:46:48 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -35,7 +36,6 @@ .\" .\" from: Header: bwtwo.4,v 1.3 94/02/03 20:42:13 leres Exp .\" from: @(#)bwtwo.4 8.2 (Berkeley) 2/16/94 -.\" $Id: bwtwo.4,v 1.6 1999/09/09 02:40:21 jason Exp $ .\" .Dd February 16, 1994 .Dt BWTWO 4 sparc diff --git a/share/man/man4/man4.sparc/le.4 b/share/man/man4/man4.sparc/le.4 index b7a3357f55d..072fc7f3a4b 100644 --- a/share/man/man4/man4.sparc/le.4 +++ b/share/man/man4/man4.sparc/le.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: le.4,v 1.12 2000/03/02 14:46:49 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -35,7 +36,6 @@ .\" .\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp .\" from: @(#)le.4 8.1 (Berkeley) 6/9/93 -.\" $Id: le.4,v 1.11 1999/09/27 01:10:10 deraadt Exp $ .\" .Dd June 9, 1993 .Dt LE 4 sparc diff --git a/share/man/man4/man4.sparc/mem.4 b/share/man/man4/man4.sparc/mem.4 index 513b1f3e384..a1f63941295 100644 --- a/share/man/man4/man4.sparc/mem.4 +++ b/share/man/man4/man4.sparc/mem.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mem.4,v 1.2 2000/03/02 14:46:49 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93 -.\" $Id: mem.4,v 1.1 1995/10/18 08:44:31 deraadt Exp $ .\" .Dd June 5, 1993 .Dt MEM 4 sparc diff --git a/share/man/man4/man4.sparc/openprom.4 b/share/man/man4/man4.sparc/openprom.4 index 9aeb200e967..823badc418c 100644 --- a/share/man/man4/man4.sparc/openprom.4 +++ b/share/man/man4/man4.sparc/openprom.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: openprom.4,v 1.2 2000/03/02 14:46:49 todd Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)openprom.4 8.1 (Berkeley) 6/5/93 -.\" $Id: openprom.4,v 1.1 1995/10/18 08:44:31 deraadt Exp $ .\" .Dd June 5, 1993 .Dt OPENPROM 4 sparc diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index 5649f521d9c..86fd9fb049f 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: sppp.4,v 1.4 2000/03/02 14:46:42 todd Exp $ .\" .\" Copyright (c) 1997 Joerg Wunsch .\" @@ -23,7 +24,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: sppp.4,v 1.3 1999/09/23 04:12:05 alex Exp $ .\" .Dd May 19, 1997 .Dt SPPP 4 diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index e1b98b02a50..c08198d5f82 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: crash.8,v 1.2 2000/03/02 14:46:49 todd Exp $ .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)crash.8 6.5 (Berkeley) 4/20/91 -.\" $Id: crash.8,v 1.1 2000/02/28 22:36:42 deraadt Exp $ .\" .Dd February 23, 2000 .Dt crash 8 diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8 index cc01d8cf1e4..d2ac4d1ef11 100644 --- a/share/man/man8/man8.sparc/MAKEDEV.8 +++ b/share/man/man8/man8.sparc/MAKEDEV.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: MAKEDEV.8,v 1.5 2000/03/02 14:46:49 todd Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)MAKEDEV.8 5.2 (Berkeley) 3/22/91 -.\" $Id: MAKEDEV.8,v 1.4 1999/07/02 20:11:52 aaron Exp $ .\" .Dd February 21, 1994 .Dt MAKEDEV 8 sparc diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8 index 1698df51df6..742e544e4fb 100644 --- a/share/man/man8/man8.vax/MAKEDEV.8 +++ b/share/man/man8/man8.vax/MAKEDEV.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: MAKEDEV.8,v 1.3 2000/03/02 14:46:50 todd Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)MAKEDEV.8 5.2 (Berkeley) 3/22/91 -.\" $Id: MAKEDEV.8,v 1.2 1997/07/24 15:01:39 deraadt Exp $ .\" .TH MAKEDEV 8 "March 22, 1991" .UC 7 diff --git a/share/man/man8/man8.vax/crash.8 b/share/man/man8/man8.vax/crash.8 index 0e20bddfce5..5e152a6e6db 100644 --- a/share/man/man8/man8.vax/crash.8 +++ b/share/man/man8/man8.vax/crash.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: crash.8,v 1.3 2000/03/02 14:46:50 todd Exp $ .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)crash.8 6.5 (Berkeley) 4/20/91 -.\" $Id: crash.8,v 1.2 1998/09/01 16:38:23 deraadt Exp $ .\" .TH CRASH 8 "April 20, 1991" .UC 4 diff --git a/share/man/man8/man8.vax/drtest.8 b/share/man/man8/man8.vax/drtest.8 index fc930e032e8..562671bb363 100644 --- a/share/man/man8/man8.vax/drtest.8 +++ b/share/man/man8/man8.vax/drtest.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: drtest.8,v 1.5 2000/03/02 14:46:50 todd Exp $ .\" Copyright (c) 1983, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)drtest.8 6.3 (Berkeley) 3/16/91 -.\" $Id: drtest.8,v 1.4 1999/07/09 13:35:35 aaron Exp $ .\" .Dd March 16, 1991 .Dt DRTEST 8 diff --git a/share/man/man8/man8.vax/format.8 b/share/man/man8/man8.vax/format.8 index 3be8ccb3a53..64045b340e4 100644 --- a/share/man/man8/man8.vax/format.8 +++ b/share/man/man8/man8.vax/format.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: format.8,v 1.3 2000/03/02 14:46:51 todd Exp $ .\" Copyright (c) 1980, 1983 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)format.8 6.6 (Berkeley) 4/20/91 -.\" $Id: format.8,v 1.2 1998/09/06 22:23:21 aaron Exp $ .\" .TH FORMAT 8 "April 20, 1991" .UC 4 diff --git a/share/man/man8/man8.vax/installboot.8 b/share/man/man8/man8.vax/installboot.8 index a1e570a977c..05ae7a9cb39 100644 --- a/share/man/man8/man8.vax/installboot.8 +++ b/share/man/man8/man8.vax/installboot.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: installboot.8,v 1.6 2000/03/02 14:46:51 todd Exp $ .\" Copyright (c) 1986, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)installboot.8 7.2 (Berkeley) 3/16/91 -.\" $Id: installboot.8,v 1.5 1999/09/23 04:12:07 alex Exp $ .\" .Dd March 16, 1991 .Dt INSTALLBOOT 8 diff --git a/share/misc/Makefile b/share/misc/Makefile index 93f2dc3cfea..6e85e522327 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.4 2000/03/02 14:46:51 todd Exp $ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 -# $Id: Makefile,v 1.3 1999/08/19 08:13:18 millert Exp $ FILES= airport ascii birthtoken eqnchar getopt inter.phone man.template \ mdoc.template na.phone operator scsi_modes zipcodes diff --git a/share/misc/getopt b/share/misc/getopt index e26ed541cdb..77861ed750f 100644 --- a/share/misc/getopt +++ b/share/misc/getopt @@ -1,8 +1,8 @@ +/* $OpenBSD: getopt,v 1.3 2000/03/02 14:46:51 todd Exp $ */ /* * Main/getopt(3) fragment. * * from: @(#)getopt 5.3 (Berkeley) 3/28/94 - * $Id: getopt,v 1.2 1997/01/20 17:19:31 millert Exp $ */ #include <sys/types.h> diff --git a/share/skel/Makefile b/share/skel/Makefile index 192db7e97ed..fd2148d72a1 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:51 todd Exp $ # from: @(#)Makefile 5.3 (Berkeley) 6/8/90 -# $Id: Makefile,v 1.1 1995/10/18 08:44:47 deraadt Exp $ FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts NOOBJ= noobj diff --git a/share/smtpd/Makefile b/share/smtpd/Makefile index 9464f4c036b..84f0ec6a332 100644 --- a/share/smtpd/Makefile +++ b/share/smtpd/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:52 todd Exp $ # -# $Id: Makefile,v 1.1 1998/02/07 21:05:50 beck Exp $ # FILES= example.* NOOBJ= noobj diff --git a/share/tabset/Makefile b/share/tabset/Makefile index dc29e62dacd..95d0c078e59 100644 --- a/share/tabset/Makefile +++ b/share/tabset/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:52 todd Exp $ # from: @(#)Makefile 5.3 (Berkeley) 10/22/90 -# $Id: Makefile,v 1.1 1995/10/18 08:44:47 deraadt Exp $ FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \ stdcrt tandem653 teleray vt100 wyse-adds xerox1720 xerox1730 \ diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index ab4a02d61ee..0b0cc351aa3 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -1,3 +1,4 @@ +.\" $OpenBSD: termcap.5,v 1.9 2000/03/02 14:46:53 todd Exp $ .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)termcap.5 6.11 (Berkeley) 3/6/93 -.\" $Id: termcap.5,v 1.8 2000/01/22 13:59:30 aaron Exp $ .\" .Dd March 6, 1993 .Dt TERMCAP 5 diff --git a/share/tmac/Makefile b/share/tmac/Makefile index 0d8b5fafa54..3bc11523085 100644 --- a/share/tmac/Makefile +++ b/share/tmac/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:54 todd Exp $ # from: @(#)Makefile 6.13 (Berkeley) 3/20/91 -# $Id: Makefile,v 1.2 1996/09/03 22:51:15 etheisen Exp $ BINDIR= /usr/share FILES= tmac.andoc |