diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /bin/chflags | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (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..8ac83ed8ea40 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 2005/01/27 13:23:05 delphij Exp $ PROG= chflags diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 57d35aca4dd2..a9adc9bb786d 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.25.2.1 2006/05/17 13:20:21 trhodes Exp $ .\" .Dd March 3, 2006 .Dt CHFLAGS 1 diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 273ba4cdc18f..90e6f4f3bcf4 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 2005/05/14 23:23:10 dd Exp $"); #include <sys/types.h> #include <sys/stat.h> |
