diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
| commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
| tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /gnu/usr.bin/tar | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'gnu/usr.bin/tar')
| -rw-r--r-- | gnu/usr.bin/tar/getdate.y | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/tar.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/getdate.y b/gnu/usr.bin/tar/getdate.y index c9d5421b6d62..5259e0f2139a 100644 --- a/gnu/usr.bin/tar/getdate.y +++ b/gnu/usr.bin/tar/getdate.y @@ -98,7 +98,7 @@ extern struct tm *localtime(); #if !defined(lint) && !defined(SABER) static char RCS[] = - "$FreeBSD$"; + "$FreeBSD: src/gnu/usr.bin/tar/getdate.y,v 1.5.2.1 1999/08/29 14:35:20 peter Exp $"; #endif /* !defined(lint) && !defined(SABER) */ diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index 87904cf413a0..2883f0cd9984 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -4,7 +4,7 @@ .\" Written by John F. Woods <jfw@jfwhome.funhouse.com> .\" Updated by Robert Eckardt <roberte@mep.ruhr-uni-bochum.de> .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/gnu/usr.bin/tar/tar.1,v 1.18.2.3 1999/08/29 14:35:20 peter Exp $ .\" .Dd 25 August 1997 .Os FreeBSD |
