summaryrefslogtreecommitdiffstats
path: root/doc/clzip.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/clzip.1')
-rw-r--r--doc/clzip.135
1 files changed, 14 insertions, 21 deletions
diff --git a/doc/clzip.1 b/doc/clzip.1
index 46f69e9..64d5366 100644
--- a/doc/clzip.1
+++ b/doc/clzip.1
@@ -1,26 +1,25 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH CLZIP "1" "January 2024" "clzip 1.14" "User Commands"
+.TH CLZIP "1" "November 2024" "clzip 1.15-rc1" "User Commands"
.SH NAME
clzip \- reduces the size of files
.SH SYNOPSIS
.B clzip
[\fI\,options\/\fR] [\fI\,files\/\fR]
.SH DESCRIPTION
-Clzip is a C language version of lzip, compatible with lzip 1.4 or newer. As
-clzip is written in C, it may be easier to integrate in applications like
-package managers, embedded devices, or systems lacking a C++ compiler.
+Clzip is a C language version of lzip intended for systems lacking a C++
+compiler.
.PP
Lzip is a lossless data compressor with a user interface similar to the one
-of gzip or bzip2. Lzip uses a simplified form of the 'Lempel\-Ziv\-Markov
-chain\-Algorithm' (LZMA) stream format to maximize interoperability. The
-maximum dictionary size is 512 MiB so that any lzip file can be decompressed
-on 32\-bit machines. Lzip provides accurate and robust 3\-factor integrity
-checking. Lzip can compress about as fast as gzip (lzip \fB\-0\fR) or compress most
-files more than bzip2 (lzip \fB\-9\fR). Decompression speed is intermediate between
-gzip and bzip2. Lzip is better than gzip and bzip2 from a data recovery
-perspective. Lzip has been designed, written, and tested with great care to
-replace gzip and bzip2 as the standard general\-purpose compressed format for
-Unix\-like systems.
+of gzip or bzip2. Lzip uses a simplified form of LZMA (Lempel\-Ziv\-Markov
+chain\-Algorithm) designed to achieve complete interoperability between
+implementations. The maximum dictionary size is 512 MiB so that any lzip
+file can be decompressed on 32\-bit machines. Lzip provides accurate and
+robust 3\-factor integrity checking. 'lzip \fB\-0\fR' compresses about as fast as
+gzip, while 'lzip \fB\-9\fR' compresses most files more than bzip2. Decompression
+speed is intermediate between gzip and bzip2. Lzip provides better data
+recovery capabilities than gzip and bzip2. Lzip has been designed, written,
+and tested with great care to replace gzip and bzip2 as general\-purpose
+compressed format for Unix\-like systems.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
@@ -33,7 +32,7 @@ output version information and exit
exit with error status if trailing data
.TP
\fB\-b\fR, \fB\-\-member\-size=\fR<bytes>
-set member size limit in bytes
+set member size limit of multimember files
.TP
\fB\-c\fR, \fB\-\-stdout\fR
write to standard output, keep input files
@@ -83,12 +82,6 @@ alias for \fB\-0\fR
\fB\-\-best\fR
alias for \fB\-9\fR
.TP
-\fB\-\-empty\-error\fR
-exit with error status if empty member in file
-.TP
-\fB\-\-marking\-error\fR
-exit with error status if 1st LZMA byte not 0
-.TP
\fB\-\-loose\-trailing\fR
allow trailing data seeming corrupt header
.PP