diff options
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 5157f6568a6c..7cd1e17bb676 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/chio/Makefile,v 1.12.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= chio diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 920c31e81648..57718622e8b4 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.27.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ .\" .Dd May 14, 1998 .Dt CHIO 1 diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 16e88007011a..1b81a6c1946a 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -43,7 +43,7 @@ static const char copyright[] = #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/chio/chio.c,v 1.28.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/chio.h> diff --git a/bin/chio/defs.h b/bin/chio/defs.h index 8f10c9d9243a..7cf4cc0b2771 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/chio/defs.h,v 1.5.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h index 5b9b1e429dc2..2ebaa22e6887 100644 --- a/bin/chio/pathnames.h +++ b/bin/chio/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/chio/pathnames.h,v 1.3.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> |
