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 97ca565a352d..73b72be17599 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.2 2001/08/01 23:09:18 obrien Exp $
NOSHARED?=yes
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1
index 0ce080fd1c29..59dd710a1b0d 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.5 2001/08/16 13:16:43 ru Exp $
.\"
.Dd May 2, 1995
.Dt CHFLAGS 1
diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c
index 40c5b3f432b8..fbed2161fe58 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.3 2001/08/01 23:09:18 obrien Exp $";
#endif /* not lint */
#include <sys/types.h>