From 66312e4a8d4ad8bda7524141fcd8fd3fade9e807 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 27 Aug 1999 23:15:48 +0000 Subject: $Id$ -> $FreeBSD$ --- bin/rmdir/Makefile | 2 +- bin/rmdir/rmdir.1 | 2 +- bin/rmdir/rmdir.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/rmdir') diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index 4bedbff..c2c7f30 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $FreeBSD$ PROG= rmdir diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index 086ad3a..a6a2478 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93 -.\" $Id: rmdir.1,v 1.6 1997/02/22 14:05:37 peter Exp $ +.\" $FreeBSD$ .\" .Dd May 31, 1993 .Dt RMDIR 1 diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 6b31c5a..4be8427 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1