diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /usr.bin/kzip | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
Diffstat (limited to 'usr.bin/kzip')
| -rw-r--r-- | usr.bin/kzip/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/kzip/kzip.8 | 2 | ||||
| -rw-r--r-- | usr.bin/kzip/kzip.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kzip/Makefile b/usr.bin/kzip/Makefile index cefc3904f85e..a847ab451f5e 100644 --- a/usr.bin/kzip/Makefile +++ b/usr.bin/kzip/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/10/06 02:42:11 peter Exp $ +# $Id: Makefile,v 1.3 1996/08/21 19:07:21 mpp Exp $ PROG= kzip MAN8= kzip.8 diff --git a/usr.bin/kzip/kzip.8 b/usr.bin/kzip/kzip.8 index 24ca98f844db..84f92ce0efb5 100644 --- a/usr.bin/kzip/kzip.8 +++ b/usr.bin/kzip/kzip.8 @@ -23,7 +23,7 @@ .\" (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: kzip.8,v 1.1 1996/08/21 19:07:22 mpp Exp $ +.\" $Id: kzip.8,v 1.1.2.1 1997/07/21 11:56:34 charnier Exp $ .\" .Dd August 15, 1996 .Os diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c index 7c08f17c4d1d..f0e74b200499 100644 --- a/usr.bin/kzip/kzip.c +++ b/usr.bin/kzip/kzip.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kzip.c,v 1.5.2.2 1997/08/29 05:29:26 imp Exp $"; + "$Id: kzip.c,v 1.5.2.3 1997/09/15 08:32:09 jkh Exp $"; #endif /* not lint */ #include <err.h> |
