summaryrefslogtreecommitdiff
path: root/bin/chio
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-20 04:41:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-20 04:41:45 +0000
commit0d497cf6e989f7498cf5036a29fe7003a89abf83 (patch)
tree48a3225dfba4179815fb512c8ba7492fa4c83fbc /bin/chio
parent94bb9d581468116c659950d31288ce30f661f3d4 (diff)
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 d4b7f56e3c97b..24d8c6a5e6848 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/bin/chio/Makefile,v 1.6 1999/08/27 23:13:34 peter Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
CFLAGS+=-I${.CURDIR}/../../sys
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1
index 2e32b96b058ee..250ed9ea10c16 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.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/chio/chio.1,v 1.10.2.1 2000/10/27 16:21:18 asmodai Exp $
.\"
.Dd May 14, 1998
.Dt CHIO 1
diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index 31b69d46fad6f..7c5c196df38db 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -39,7 +39,7 @@
static const char copyright[] =
"@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved.";
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/chio/chio.c,v 1.15.2.2 2000/10/27 16:21:18 asmodai Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/chio/defs.h b/bin/chio/defs.h
index f4580a54b5863..7d21e20095b48 100644
--- a/bin/chio/defs.h
+++ b/bin/chio/defs.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/bin/chio/defs.h,v 1.2 1999/08/27 23:13:35 peter Exp $ */
/*
* Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h
index 9a9b74a548156..990709906c8cc 100644
--- a/bin/chio/pathnames.h
+++ b/bin/chio/pathnames.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/bin/chio/pathnames.h,v 1.2 1999/08/27 23:13:35 peter Exp $ */
/*
* Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>