summaryrefslogtreecommitdiff
path: root/usr.bin/chflags
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chflags')
-rw-r--r--usr.bin/chflags/Makefile2
-rw-r--r--usr.bin/chflags/chflags.12
-rw-r--r--usr.bin/chflags/chflags.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile
index ebc9c0fa15fed..de981e71ea3f5 100644
--- a/usr.bin/chflags/Makefile
+++ b/usr.bin/chflags/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/chflags/Makefile,v 1.8.2.1 2000/06/28 02:33:15 joe Exp $
NOSHARED?=yes
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1
index 4f3f708a68994..f0d3dc49cf0b8 100644
--- a/usr.bin/chflags/chflags.1
+++ b/usr.bin/chflags/chflags.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/chflags/chflags.1,v 1.9.2.1 2000/04/03 22:12:15 jdp Exp $
.\"
.Dd May 2, 1995
.Dt CHFLAGS 1
diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c
index 3ff36efc91bcd..f758a7b57e254 100644
--- a/usr.bin/chflags/chflags.c
+++ b/usr.bin/chflags/chflags.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/chflags/chflags.c,v 1.7.2.2 2000/06/28 02:33:15 joe Exp $";
#endif /* not lint */
#include <sys/types.h>