RCS id police.

This commit is contained in:
thorpej 1996-07-31 20:33:02 +00:00
parent 318585cf7f
commit 3ff0b1a74c
17 changed files with 47 additions and 20 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.8 1996/07/31 20:40:24 thorpej Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.7 1994/12/22 10:27:06 cgd Exp $
PROG= getty
SRCS= main.c init.c subr.c

View File

@ -1,3 +1,5 @@
/* $NetBSD: extern.h,v 1.4 1996/07/31 20:40:26 thorpej Exp $ */
/*
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -31,7 +33,6 @@
* SUCH DAMAGE.
*
* from: @(#)extern.h 8.1 (Berkeley) 6/4/93
* $Id: extern.h,v 1.3 1996/05/15 23:46:50 jtc Exp $
*/
struct delayval;

View File

@ -1,3 +1,5 @@
.\" $NetBSD: getty.8,v 1.4 1996/07/31 20:40:27 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93
.\" $Id: getty.8,v 1.3 1994/08/17 20:10:30 pk Exp $
.\"
.Dd June 4, 1993
.Dt GETTY 8

View File

@ -1,3 +1,5 @@
.\" $NetBSD: gettytab.5,v 1.13 1996/07/31 20:40:29 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94
.\" $Id: gettytab.5,v 1.12 1994/09/24 00:56:05 mycroft Exp $
.\"
.Dd April 19, 1994
.Dt GETTYTAB 5

View File

@ -1,3 +1,5 @@
/* $NetBSD: gettytab.h,v 1.8 1996/07/31 20:40:31 thorpej Exp $ */
/*
* Copyright (c) 1983, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -31,7 +33,6 @@
* SUCH DAMAGE.
*
* from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94
* $Id: gettytab.h,v 1.7 1994/08/17 20:10:34 pk Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: init.c,v 1.7 1996/07/31 20:40:32 thorpej Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@ -32,8 +34,11 @@
*/
#ifndef lint
/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/
static char rcsid[] = "$Id: init.c,v 1.6 1994/08/17 20:10:35 pk Exp $";
#if 0
static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";
#else
static char rcsid[] = "$NetBSD: init.c,v 1.7 1996/07/31 20:40:32 thorpej Exp $";
#endif
#endif /* not lint */
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: main.c,v 1.18 1996/07/31 20:40:34 thorpej Exp $ */
/*-
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
@ -38,8 +40,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";*/
static char rcsid[] = "$Id: main.c,v 1.17 1996/05/15 23:46:52 jtc Exp $";
#if 0
static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";
#else
static char rcsid[] = "$NetBSD: main.c,v 1.18 1996/07/31 20:40:34 thorpej Exp $";
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: pathnames.h,v 1.4 1996/07/31 20:40:35 thorpej Exp $ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@ -31,7 +33,6 @@
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93
* $Id: pathnames.h,v 1.3 1994/08/17 20:10:39 pk Exp $
*/
#include <paths.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: subr.c,v 1.19 1996/07/31 20:40:36 thorpej Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@ -32,8 +34,11 @@
*/
#ifndef lint
/*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/
static char rcsid[] = "$Id: subr.c,v 1.18 1995/10/05 08:51:31 mycroft Exp $";
#if 0
static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";
#else
static char rcsid[] = "$NetBSD: subr.c,v 1.19 1996/07/31 20:40:36 thorpej Exp $";
#endif
#endif /* not lint */
/*

View File

@ -1,3 +1,5 @@
.\" $NetBSD: ttys.5,v 1.7 1996/07/31 20:40:40 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
.\" $Id: ttys.5,v 1.6 1994/08/17 20:10:41 pk Exp $
.\"
.Dd June 4, 1993
.Dt TTYS 5

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.7 1996/07/31 20:33:02 thorpej Exp $
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
# $Id: Makefile,v 1.6 1996/06/22 21:35:14 pk Exp $
MAN= bwtwo.4 cgeight.4 cgfour.4 cgsix.4 cgthree.4 cgtwo.4 \
fd.4 kbd.4 le.4 mem.4 ms.4 openprom.4 tcx.4

View File

@ -1,3 +1,5 @@
.\" $NetBSD: bwtwo.4,v 1.2 1996/07/31 20:33:03 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -35,7 +37,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.1 1994/07/01 20:47:37 deraadt Exp $
.\"
.Dd February 16, 1994
.Dt BWTWO 4 sparc

View File

@ -1,3 +1,5 @@
.\" $NetBSD: cgsix.4,v 1.3 1996/07/31 20:33:04 thorpej Exp $
.\"
.\" Copyright 1994
.\" The Regents of the University of California. All rights reserved.
.\"
@ -34,7 +36,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cgsix.4 8.1 (Berkeley) 2/16/94
.\" $Id: cgsix.4,v 1.2 1996/06/21 22:23:00 pk Exp $
.\"
.Dd February 16, 1994
.Dt CGSIX 4 sparc

View File

@ -1,3 +1,5 @@
.\" $NetBSD: cgthree.4,v 1.3 1996/07/31 20:33:05 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -35,7 +37,6 @@
.\"
.\" from: Header: cgthree.4,v 1.3 94/02/03 20:49:52 leres Exp
.\" from: @(#)cgthree.4 8.2 (Berkeley) 2/16/94
.\" $Id: cgthree.4,v 1.2 1996/06/21 22:23:05 pk Exp $
.\"
.Dd February 16, 1994
.Dt CGTHREE 4 sparc

View File

@ -1,3 +1,5 @@
.\" $NetBSD: le.4,v 1.4 1996/07/31 20:33:06 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -35,7 +37,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.3 1996/07/06 00:08:41 abrown Exp $
.\"
.Dd June 9, 1993
.Dt LE 4 sparc

View File

@ -1,3 +1,5 @@
.\" $NetBSD: mem.4,v 1.2 1996/07/31 20:33:08 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -34,7 +36,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93
.\" $Id: mem.4,v 1.1 1994/07/01 20:47:53 deraadt Exp $
.\"
.Dd June 5, 1993
.Dt MEM 4 sparc

View File

@ -1,3 +1,5 @@
.\" $NetBSD: openprom.4,v 1.2 1996/07/31 20:33:09 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -34,7 +36,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)openprom.4 8.1 (Berkeley) 6/5/93
.\" $Id: openprom.4,v 1.1 1994/07/01 20:47:56 deraadt Exp $
.\"
.Dd June 5, 1993
.Dt OPENPROM 4 sparc