diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
| commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
| tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /bin/chflags | |
| parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) | |
Diffstat (limited to 'bin/chflags')
| -rw-r--r-- | bin/chflags/Makefile | 2 | ||||
| -rw-r--r-- | bin/chflags/chflags.1 | 2 | ||||
| -rw-r--r-- | bin/chflags/chflags.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index 4457505380f3..f1bc54851b40 100644 --- a/bin/chflags/Makefile +++ b/bin/chflags/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/bin/chflags/Makefile,v 1.19.24.1 2010/02/10 00:26:20 kensmith Exp $ PROG= chflags diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 904c366846dc..51a3b8fb84d3 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.1 8.4 (Berkeley) 5/2/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/chflags/chflags.1,v 1.29.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd March 3, 2006 .Dt CHFLAGS 1 diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 02137eb30c34..9f981bd821e0 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/chflags/chflags.c,v 1.23.10.2.2.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
