diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/chio | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/Makefile | 1 | ||||
-rw-r--r-- | bin/chio/chio.1 | 1 | ||||
-rw-r--r-- | bin/chio/chio.c | 1 | ||||
-rw-r--r-- | bin/chio/defs.h | 1 | ||||
-rw-r--r-- | bin/chio/pathnames.h | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 1b33823eeca..615d9109d12 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:03 deraadt Exp $ # $NetBSD: Makefile,v 1.1.1.1 1996/04/03 00:34:39 thorpej Exp $ PROG= chio diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index eeb7cfe7773..01b60e9e9c5 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: chio.1,v 1.2 1996/06/23 14:19:03 deraadt Exp $ .\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 2b381c199c5..a808f9a7a14 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,3 +1,4 @@ +/* $OpenBSD: chio.c,v 1.2 1996/06/23 14:19:04 deraadt Exp $ */ /* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* diff --git a/bin/chio/defs.h b/bin/chio/defs.h index 0ed17d1f664..e6e1249ceb2 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: defs.h,v 1.2 1996/06/23 14:19:05 deraadt Exp $ */ /* $NetBSD: defs.h,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h index 650279d4c76..6a14ee112ea 100644 --- a/bin/chio/pathnames.h +++ b/bin/chio/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:19:05 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* |