diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
| commit | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch) | |
| tree | e6f4e4299a60023820e6a2e559cdd8477911363a /bin/chio | |
| parent | 50b14091b71a7932d512009d783e1f657f800fc6 (diff) | |
Notes
Diffstat (limited to 'bin/chio')
| -rw-r--r-- | bin/chio/Makefile | 2 | ||||
| -rw-r--r-- | bin/chio/chio.1 | 2 | ||||
| -rw-r--r-- | bin/chio/chio.c | 2 | ||||
| -rw-r--r-- | bin/chio/defs.h | 2 | ||||
| -rw-r--r-- | bin/chio/pathnames.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 70c8bee11e2e..d4b7f56e3c97 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 344b58747feb..34f913f4287d 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 f79becf62f9e..c7ee34429f27 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 5bab57e766ff..f4580a54b586 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 cdd67fa2c44e..9a9b74a54815 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> |
