summaryrefslogtreecommitdiff
path: root/bin/chflags
diff options
context:
space:
mode:
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..1be7761e31b4 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.17 2003/02/19 16:56:30 obrien Exp $
PROG= chflags
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index 5390c7b899fb..fc6e5be9fdde 100644
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/chflags/chflags.1,v 1.17 2003/05/16 21:18:01 ru Exp $
.\"
.Dd March 24, 2003
.Dt CHFLAGS 1
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c
index 0f42f1a63e5e..d452a15152e3 100644
--- a/bin/chflags/chflags.c
+++ b/bin/chflags/chflags.c
@@ -44,7 +44,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.18 2003/05/01 14:45:27 obrien Exp $");
#include <sys/types.h>
#include <sys/stat.h>