$OpenBSD$
authortodd <todd@openbsd.org>
Thu, 2 Mar 2000 14:46:34 +0000 (14:46 +0000)
committertodd <todd@openbsd.org>
Thu, 2 Mar 2000 14:46:34 +0000 (14:46 +0000)
88 files changed:
share/dict/Makefile
share/ipf/Makefile
share/lkm/Makefile
share/lkm/README
share/lkm/misc/Makefile
share/lkm/misc/README
share/lkm/misc/module/Makefile
share/lkm/misc/module/misccall.c
share/lkm/misc/module/miscmod.c
share/lkm/misc/test/Makefile
share/lkm/misc/test/testmisc.c
share/lkm/syscall/Makefile
share/lkm/syscall/README
share/lkm/syscall/module/Makefile
share/lkm/syscall/module/mycall.c
share/lkm/syscall/module/newsyscall.c
share/lkm/syscall/test/Makefile
share/lkm/syscall/test/testsyscall.c
share/lkm/vfs/Makefile
share/lkm/vfs/README
share/lkm/vfs/module/Makefile
share/lkm/vfs/module/kernfsmod.c
share/man/Makefile
share/man/man4/man4.alpha/cy.4
share/man/man4/man4.alpha/lpt.4
share/man/man4/man4.amiga/Makefile
share/man/man4/man4.amiga/afsc.4
share/man/man4/man4.amiga/ahsc.4
share/man/man4/man4.amiga/autoconf.4
share/man/man4/man4.amiga/gtsc.4
share/man/man4/man4.amiga/intro.4
share/man/man4/man4.amiga/ite.4
share/man/man4/man4.amiga/le.4
share/man/man4/man4.amiga/mem.4
share/man/man4/man4.amiga/mfcs.4
share/man/man4/man4.amiga/mgnsc.4
share/man/man4/man4.amiga/ser.4
share/man/man4/man4.amiga/wesc.4
share/man/man4/man4.amiga/zssc.4
share/man/man4/man4.arc/lpt.4
share/man/man4/man4.hp300/Makefile
share/man/man4/man4.hp300/autoconf.4
share/man/man4/man4.hp300/cons.4
share/man/man4/man4.hp300/ct.4
share/man/man4/man4.hp300/dca.4
share/man/man4/man4.hp300/dcl.4
share/man/man4/man4.hp300/dcm.4
share/man/man4/man4.hp300/dv.4
share/man/man4/man4.hp300/gb.4
share/man/man4/man4.hp300/grf.4
share/man/man4/man4.hp300/hil.4
share/man/man4/man4.hp300/intro.4
share/man/man4/man4.hp300/ite.4
share/man/man4/man4.hp300/le.4
share/man/man4/man4.hp300/mem.4
share/man/man4/man4.hp300/ppi.4
share/man/man4/man4.hp300/rb.4
share/man/man4/man4.hp300/rd.4
share/man/man4/man4.hp300/rmp.4
share/man/man4/man4.hp300/st.4
share/man/man4/man4.hp300/tc.4
share/man/man4/man4.mvme68k/Makefile
share/man/man4/man4.mvme68k/console.4
share/man/man4/man4.mvme68k/intro.4
share/man/man4/man4.mvme68k/le.4
share/man/man4/man4.mvme68k/mem.4
share/man/man4/man4.pc532/lpt.4
share/man/man4/man4.pc532/mem.4
share/man/man4/man4.sparc/Makefile
share/man/man4/man4.sparc/bwtwo.4
share/man/man4/man4.sparc/le.4
share/man/man4/man4.sparc/mem.4
share/man/man4/man4.sparc/openprom.4
share/man/man4/sppp.4
share/man/man8/crash.8
share/man/man8/man8.sparc/MAKEDEV.8
share/man/man8/man8.vax/MAKEDEV.8
share/man/man8/man8.vax/crash.8
share/man/man8/man8.vax/drtest.8
share/man/man8/man8.vax/format.8
share/man/man8/man8.vax/installboot.8
share/misc/Makefile
share/misc/getopt
share/skel/Makefile
share/smtpd/Makefile
share/tabset/Makefile
share/termtypes/termcap.5
share/tmac/Makefile

index 91b9980..04556b8 100644 (file)
@@ -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.1.1 1995/10/18 08:43:52 deraadt Exp $
 
 # Missing: connectives, words
 
index 10c39b7..3919a72 100644 (file)
@@ -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
index d646cef..0070535 100644 (file)
@@ -1,5 +1,5 @@
+#      $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:35 todd Exp $
 #
-#      $Id: Makefile,v 1.1.1.1 1995/10/18 08:44:20 deraadt Exp $
 #
 
 FILES= README syscall vfs misc
index e044016..32f4011 100644 (file)
@@ -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.1.1 1995/10/18 08:44:20 deraadt Exp $
 #
 
 0.0    README
index 7df6d34..af1f796 100644 (file)
@@ -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.1.1 1995/10/18 08:44:20 deraadt Exp $
 #
 
 SUBDIR=        module test
index 25c4eed..2dba2f3 100644 (file)
@@ -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.1.1 1995/10/18 08:44:20 deraadt Exp $
 #
 
 1.0    Overview
index f55c01f..978f9d4 100644 (file)
@@ -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
index 8af2ebb..4c2726d 100644 (file)
@@ -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.1.1 1995/10/18 08:44:20 deraadt Exp $
  */
 #include <sys/param.h>
 #include <sys/ioctl.h>
index d0ee71b..0677772 100644 (file)
@@ -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>
index 1371636..6a2e0d1 100644 (file)
@@ -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.1.1 1995/10/18 08:44:21 deraadt Exp $
 #
 
 PROG=  testmisc
index 0c8a8f1..66e2687 100644 (file)
@@ -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.1.1 1995/10/18 08:44:21 deraadt Exp $
  */
 #include <stdio.h>
 
index 16287a6..636a6b8 100644 (file)
@@ -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.1.1 1995/10/18 08:44:21 deraadt Exp $
 #
 
 # Makefile for sample loadable system call
index 56b764c..0ea1fff 100644 (file)
@@ -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
index c6d3e9b..eca5375 100644 (file)
@@ -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
index 707f809..53c5571 100644 (file)
@@ -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.1.1 1995/10/18 08:44:21 deraadt Exp $
  */
 #include <sys/param.h>
 #include <sys/ioctl.h>
index 1b0663a..2078567 100644 (file)
@@ -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.1.1 1995/10/18 08:44:21 deraadt Exp $
  */
 #include <sys/param.h>
 #include <sys/ioctl.h>
index e85ab89..0b52de4 100644 (file)
@@ -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.1.1 1995/10/18 08:44:21 deraadt Exp $
 #
 
 PROG=  testsyscall
index d2ec351..86d04ec 100644 (file)
@@ -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.1.1 1995/10/18 08:44:21 deraadt Exp $
  */
 #include <stdio.h>
 
index bcfbeb0..cd651ba 100644 (file)
@@ -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.1.1 1995/10/18 08:44:22 deraadt Exp $
 #
 
 SUBDIR=        module
index 9be8be3..f39e4e1 100644 (file)
@@ -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.1.1 1995/10/18 08:44:22 deraadt Exp $
 #
 
 1.0    Overview
index 35284f3..6f6da8f 100644 (file)
@@ -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
index 7eb3cf1..e81159a 100644 (file)
@@ -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>
index d85c7a1..c2dde25 100644 (file)
@@ -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
 
index 4e09942..c1ecee6 100644 (file)
@@ -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
index 57954e4..7b61217 100644 (file)
@@ -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
index 56997f2..023831f 100644 (file)
@@ -1,5 +1,5 @@
-#      from: @(#)Makefile      8.2 (Berkeley) 2/16/94
-#      $Id: Makefile,v 1.1.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
index 84e8500..170d335 100644 (file)
@@ -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
index 1c06555..6494961 100644 (file)
@@ -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
index 4fa08c8..84aa40a 100644 (file)
@@ -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
index 2a0b098..7f5184a 100644 (file)
@@ -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
index 84e6e10..ea6e190 100644 (file)
@@ -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
index 53950a6..885250c 100644 (file)
@@ -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
index 1d3eb59..222c766 100644 (file)
@@ -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
index 735425a..b38d06e 100644 (file)
@@ -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
index 8644f9b..3e4ee28 100644 (file)
@@ -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
index fc6d604..6dcc2d5 100644 (file)
@@ -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
index 5b8fa40..0701931 100644 (file)
@@ -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
index 2a376b4..1b43fc4 100644 (file)
@@ -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
index 4501765..fd7e24d 100644 (file)
@@ -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
index e89db34..3aec9b3 100644 (file)
@@ -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
index 091da38..5f4d7c8 100644 (file)
@@ -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.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
index 9e64e9f..c7e9877 100644 (file)
@@ -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.1.1 1995/10/18 08:44:27 deraadt Exp $
 .\"
 .Dd March 27, 1991
 .Dt AUTOCONF 4 hp300
index 4f01acd..d5a88dd 100644 (file)
@@ -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
index cffdb18..26ff069 100644 (file)
@@ -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
index 50582e1..eb7bda1 100644 (file)
@@ -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.1.1 1995/10/18 08:44:27 deraadt Exp $
 .\"
 .Dd March 27, 1991
 .Dt DCA 4 hp300
index a2a205f..70f93fd 100644 (file)
@@ -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
index cfc1bf2..20d0b6b 100644 (file)
@@ -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
index 213b795..4d15dbf 100644 (file)
@@ -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.1.1 1995/10/18 08:44:27 deraadt Exp $
 .\"
 .Dd March 27, 1991
 .Dt DV 4 hp300
index 4b57f4a..0be15d0 100644 (file)
@@ -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.1.1 1995/10/18 08:44:27 deraadt Exp $
 .\"
 .Dd March 27, 1991
 .Dt GB 4 hp300
index b90499a..6dfb322 100644 (file)
@@ -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
index d951b24..579c7b4 100644 (file)
@@ -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
index 2cf7610..27b8144 100644 (file)
@@ -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
index 631f571..e941345 100644 (file)
@@ -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
index 258f4f2..5e01b7e 100644 (file)
@@ -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
index 48e90ca..f68bbc6 100644 (file)
@@ -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.1.1 1995/10/18 08:44:28 deraadt Exp $
 .\"
 .Dd March 27, 1991
 .Dt MEM 4 hp300
index 0a90ee8..29e269a 100644 (file)
@@ -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.1.1 1995/10/18 08:44:28 deraadt Exp $
 .\"
 .Dd March 27, 1991
 .Dt PPI 4 hp300
index 2911437..ac69563 100644 (file)
@@ -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.1.1 1995/10/18 08:44:28 deraadt Exp $
 .\"
 .Dd March 27, 1991
 .Dt RB 4 hp300
index 0637071..ea5bef6 100644 (file)
@@ -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
index d3868ae..7e26d1a 100644 (file)
@@ -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
index 8efa564..51f2dc9 100644 (file)
@@ -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
index baaa0ad..9699681 100644 (file)
@@ -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
index f6fdfb0..9853547 100644 (file)
@@ -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
index 513c227..82bc1c7 100644 (file)
@@ -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
index 4b1b3e7..5900f5e 100644 (file)
@@ -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
index bfe601c..c503515 100644 (file)
@@ -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
index ba255f0..f079b7b 100644 (file)
@@ -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
index d981cee..2ae6dfb 100644 (file)
@@ -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
index f155c74..a017e4f 100644 (file)
@@ -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
index f6d27a7..1a9b0fd 100644 (file)
@@ -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
index 022db91..09351fe 100644 (file)
@@ -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
index b7a3357..072fc7f 100644 (file)
@@ -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
index 5acde43..a1f6394 100644 (file)
@@ -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.1.1 1995/10/18 08:44:31 deraadt Exp $
 .\"
 .Dd June 5, 1993
 .Dt MEM 4 sparc
index e3481f2..823badc 100644 (file)
@@ -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.1.1 1995/10/18 08:44:31 deraadt Exp $
 .\"
 .Dd June 5, 1993
 .Dt OPENPROM 4 sparc
index 5649f52..86fd9fb 100644 (file)
@@ -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
index e1b98b0..c08198d 100644 (file)
@@ -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
index cc01d8c..d2ac4d1 100644 (file)
@@ -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
index 1698df5..742e544 100644 (file)
@@ -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
index 0e20bdd..5e152a6 100644 (file)
@@ -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
index fc930e0..562671b 100644 (file)
@@ -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
index 3be8ccb..64045b3 100644 (file)
@@ -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
index a1e570a..05ae7a9 100644 (file)
@@ -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
index 93f2dc3..6e85e52 100644 (file)
@@ -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
index e26ed54..77861ed 100644 (file)
@@ -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>
index 2046d7d..fd2148d 100644 (file)
@@ -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.1.1 1995/10/18 08:44:47 deraadt Exp $
 
 FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
 NOOBJ= noobj
index 9464f4c..84f0ec6 100644 (file)
@@ -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
index 5a8eea3..95d0c07 100644 (file)
@@ -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.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 \
index ab4a02d..0b0cc35 100644 (file)
@@ -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
index 0d8b5fa..3bc1152 100644 (file)
@@ -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