fix up RCS ids

This commit is contained in:
cgd 1995-05-07 22:16:23 +00:00
parent 8aa3aa9d93
commit 1b397d5648
3 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: names.c,v 1.16 1995/05/07 22:16:23 cgd Exp $ */
/*- /*-
* Copyright (c) 1991, 1993 * Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)names.c 8.1 (Berkeley) 6/6/93 * @(#)names.c 8.1 (Berkeley) 6/6/93
* $Id: names.c,v 1.15 1995/04/24 07:43:17 cgd Exp $
*/ */
#if !defined(hp300) && !defined(tahoe) && !defined(luna68k) && !defined(mips) #if !defined(hp300) && !defined(tahoe) && !defined(luna68k) && !defined(mips)

View File

@ -1,3 +1,5 @@
.\" $NetBSD: vmstat.8,v 1.10 1995/05/07 22:16:24 cgd Exp $
.\"
.\" Copyright (c) 1986, 1993 .\" Copyright (c) 1986, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
.\" .\"
@ -29,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)vmstat.8 8.1 (Berkeley) 6/6/93 .\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
.\" $Id: vmstat.8,v 1.9 1994/06/05 01:43:13 chopps Exp $
.\" .\"
.TH VMSTAT 1 "June 6, 1993" .TH VMSTAT 1 "June 6, 1993"
.UC 4 .UC 4

View File

@ -1,3 +1,5 @@
/* $NetBSD: vmstat.c,v 1.21 1995/05/07 22:16:26 cgd Exp $ */
/* /*
* Copyright (c) 1980, 1986, 1991, 1993 * Copyright (c) 1980, 1986, 1991, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.
@ -38,8 +40,11 @@ static char copyright[] =
#endif /* not lint */ #endif /* not lint */
#ifndef lint #ifndef lint
/*static char sccsid[] = "from: @(#)vmstat.c 8.1 (Berkeley) 6/6/93";*/ #if 0
static char *rcsid = "$Id: vmstat.c,v 1.20 1995/04/29 05:59:11 cgd Exp $"; static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93";
#else
static char rcsid[] = "$NetBSD: vmstat.c,v 1.21 1995/05/07 22:16:26 cgd Exp $";
#endif
#endif /* not lint */ #endif /* not lint */
#include <sys/param.h> #include <sys/param.h>