aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
committerKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
commit039ea811636f62633b18bcadb9f5332b215f7900 (patch)
tree2b6265c3f691194eb9ff68f608c028eb43e14708 /bin/chflags
parent0724db41d65f0854fe1349e284feceb8c5c047ed (diff)
Diffstat (limited to 'bin/chflags')
-rw-r--r--bin/chflags/Makefile2
-rw-r--r--bin/chflags/chflags.12
-rw-r--r--bin/chflags/chflags.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile
index 4457505380f3..89dc10991d05 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $
PROG= chflags
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index 904c366846dc..0c0c39e9703f 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.30.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
.\"
.Dd March 3, 2006
.Dt CHFLAGS 1
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c
index 2c07db9becc4..8b269528606c 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.26.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/types.h>
#include <sys/stat.h>