New-style RCS ids.

This commit is contained in:
thorpej 1995-11-28 20:16:28 +00:00
parent 21908ddbd5
commit b1ebe24227
3 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.11 1995/11/28 20:16:28 thorpej Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= iostat
.if (${MACHINE_ARCH} == "m68k")

View File

@ -1,3 +1,5 @@
.\" $NetBSD: iostat.8,v 1.8 1995/11/28 20:16:30 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)iostat.8 8.1 (Berkeley) 6/6/93
.\" $Id: iostat.8,v 1.7 1995/09/27 19:27:30 jtc Exp $
.\"
.Dd June 6, 1993
.Dt IOSTAT 8

View File

@ -1,3 +1,5 @@
/* $NetBSD: iostat.c,v 1.8 1995/11/28 20:16:31 thorpej Exp $ */
/*-
* Copyright (c) 1986, 1991, 1993
* The Regents of the University of California. All rights reserved.
@ -38,8 +40,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
/* from: static char sccsid[] = "@(#)iostat.c 8.2 (Berkeley) 1/26/94"; */
static char *rcsid = "$Id: iostat.c,v 1.7 1995/01/18 07:46:31 mycroft Exp $";
#if 0
static char sccsid[] = "@(#)iostat.c 8.2 (Berkeley) 1/26/94";
#else
static char *rcsid = "$NetBSD: iostat.c,v 1.8 1995/11/28 20:16:31 thorpej Exp $";
#endif
#endif /* not lint */
#include <sys/param.h>