diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
commit | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch) | |
tree | e6f4e4299a60023820e6a2e559cdd8477911363a /bin/chmod | |
parent | 50b14091b71a7932d512009d783e1f657f800fc6 (diff) | |
download | src-2a4562393f80633b81c11d4f7df00548d1cc3c48.tar.gz src-2a4562393f80633b81c11d4f7df00548d1cc3c48.zip |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50471
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/Makefile | 2 | ||||
-rw-r--r-- | bin/chmod/chmod.1 | 2 | ||||
-rw-r--r-- | bin/chmod/chmod.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index dc9390bb289f..71006d00a523 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $FreeBSD$ PROG= chmod diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 3b2ecc9a8fa0..9726006ea23c 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.1 8.4 (Berkeley) 3/31/94 -.\" $Id: chmod.1,v 1.13 1999/08/14 06:26:14 chris Exp $ +.\" $FreeBSD$ .\" .Dd March 31, 1994 .Dt CHMOD 1 diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 0758c42319d0..21841c6fdc17 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$Id: chmod.c,v 1.12 1998/12/16 04:42:00 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |