blob: 5ffbc9bd04411bdbd27af47a4d71ee47337ea8f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
$NetBSD: patch-ac,v 1.2 1998/08/07 10:35:52 agc Exp $
--- zip.1.orig Mon Oct 21 13:33:32 1991
+++ zip.1 Sat Jun 20 17:36:55 1998
@@ -6,11 +6,11 @@
.\"
.\" zip.1 by Mark Adler.
.\"
-.TH ZIP 1
+.TH ZIP1 1
.SH NAME
-zip \- package and compress (archive) files
+zip1 \- package and compress (archive) files in Zip 1.x format
.SH SYNOPSIS
-.B zip
+.B zip1
[
.B \-cdefghijklmnoqrsuwyz
] [
@@ -22,11 +22,14 @@
list ]
.br
.SH DESCRIPTION
-.I Zip
+.I Zip1
+(hereafter called Zip)
is a compression and file packaging utility for Unix, MSDOS, OS/2, and VMS.
It is
analogous to a combination of tar and compress and is compatible with PKZIP
-(Phil Katz ZIP) for MSDOS systems.
+(Phil Katz ZIP) for MSDOS systems (version 1). Use the zip(1) utility to
+create Zip version 2 archives, which include better compression but are
+incompatible with PKUNZIP version 1.
.PP
There is a companion to
.I Zip
|