diff options
author | David Greenman <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
commit | 89730b290a5b2a1506fc7b4a1e604d01e16395ad (patch) | |
tree | b7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/rmdir | |
parent | 1ee6b373eb024652b73587eabcad2b9fa32fe121 (diff) |
Notes
Diffstat (limited to 'bin/rmdir')
-rw-r--r-- | bin/rmdir/Makefile | 1 | ||||
-rw-r--r-- | bin/rmdir/rmdir.1 | 1 | ||||
-rw-r--r-- | bin/rmdir/rmdir.c | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index 12e7120aa7fed..4bedbff9d4782 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 +# $Id$ PROG= rmdir diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index 764988258a261..7b2ddf7cd4a4d 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93 +.\" $Id$ .\" .Dd May 31, 1993 .Dt RMDIR 1 diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index f093a709cf6e7..e47cbb2bdba1b 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint |