summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-31 05:29:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-31 05:29:29 +0000
commit737fc60d17d2ce0c1d67dc1c9b481d3195666c8f (patch)
tree1476e0ef914b22aae7b7de7f1e236d5a650f56d4 /doc
parentReleasing debian version 1.14~rc1-1. (diff)
downloadlunzip-737fc60d17d2ce0c1d67dc1c9b481d3195666c8f.tar.xz
lunzip-737fc60d17d2ce0c1d67dc1c9b481d3195666c8f.zip
Merging upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/lunzip.118
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/lunzip.1 b/doc/lunzip.1
index 3b9fb99..ce64bc9 100644
--- a/doc/lunzip.1
+++ b/doc/lunzip.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH LUNZIP "1" "December 2023" "lunzip 1.14-rc1" "User Commands"
+.TH LUNZIP "1" "January 2024" "lunzip 1.14" "User Commands"
.SH NAME
lunzip \- decompressor for the lzip format
.SH SYNOPSIS
@@ -8,9 +8,21 @@ lunzip \- decompressor for the lzip format
.SH DESCRIPTION
Lunzip is a decompressor for the lzip format written in C. Its small size
makes it well suited for embedded devices or software installers that need
-to decompress files but don't need compression capabilities. Lunzip is fully
+to decompress files but don't need compression capabilities. Lunzip is
compatible with lzip 1.4 or newer.
.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.
+.PP
Lunzip provides a 'low memory' mode able to decompress any file using as
little memory as 50 kB, irrespective of the dictionary size used to
compress the file. To activate it, specify the size of the output buffer
@@ -96,7 +108,7 @@ Report bugs to lzip\-bug@nongnu.org
.br
Lunzip home page: http://www.nongnu.org/lzip/lunzip.html
.SH COPYRIGHT
-Copyright \(co 2023 Antonio Diaz Diaz.
+Copyright \(co 2024 Antonio Diaz Diaz.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
.br
This is free software: you are free to change and redistribute it.