summaryrefslogtreecommitdiffstats
path: root/bin/chio
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
commit66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch)
treed4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/chio
parent5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff)
downloadFreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip
FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'bin/chio')
-rw-r--r--bin/chio/Makefile2
-rw-r--r--bin/chio/chio.12
-rw-r--r--bin/chio/chio.c2
-rw-r--r--bin/chio/defs.h2
-rw-r--r--bin/chio/pathnames.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 70c8bee..d4b7f56 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1999/06/07 13:53:56 kris Exp $
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
CFLAGS+=-I${.CURDIR}/../../sys
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1
index 344b587..34f913f 100644
--- a/bin/chio/chio.1
+++ b/bin/chio/chio.1
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: chio.1,v 1.8 1998/11/30 23:05:38 billf Exp $
+.\" $FreeBSD$
.\"
.Dd May 14, 1998
.Dt CHIO 1
diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index f79becf..c7ee344 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -38,7 +38,7 @@
static const char copyright[] =
"@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved.";
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/chio/defs.h b/bin/chio/defs.h
index 5bab57e..f4580a5 100644
--- a/bin/chio/defs.h
+++ b/bin/chio/defs.h
@@ -1,4 +1,4 @@
-/* $Id: $ */
+/* $FreeBSD$ */
/*
* Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h
index cdd67fa..9a9b74a 100644
--- a/bin/chio/pathnames.h
+++ b/bin/chio/pathnames.h
@@ -1,4 +1,4 @@
-/* $Id: $ */
+/* $FreeBSD$ */
/*
* Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
OpenPOWER on IntegriCloud