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..d6c8625df197 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/chio/Makefile,v 1.12.22.1.6.1 2010/12/21 17:09:25 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..84281a066367 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.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd May 14, 1998 .Dt CHIO 1 diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 16e88007011a..1b2b867df81a 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.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/chio.h> diff --git a/bin/chio/defs.h b/bin/chio/defs.h index 8f10c9d9243a..eca3f8e336ea 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.6.1 2010/12/21 17:09:25 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..bf22c5c84693 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /*- * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> |
