diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:26:36 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:26:36 +0000 |
commit | b014cae321a7266c20661e52b4035f107e2ed7b0 (patch) | |
tree | f6297838c470bb5ac8b1093687c87d2117de82a1 /doc/clzip.texinfo | |
parent | Adding debian version 1.0~rc2-1. (diff) | |
download | clzip-b014cae321a7266c20661e52b4035f107e2ed7b0.tar.xz clzip-b014cae321a7266c20661e52b4035f107e2ed7b0.zip |
Merging upstream version 1.0~rc3.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/clzip.texinfo')
-rw-r--r-- | doc/clzip.texinfo | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/clzip.texinfo b/doc/clzip.texinfo index e9e6339..2a2e586 100644 --- a/doc/clzip.texinfo +++ b/doc/clzip.texinfo @@ -5,8 +5,8 @@ @finalout @c %**end of header -@set UPDATED 21 February 2010 -@set VERSION 1.0-rc2 +@set UPDATED 13 March 2010 +@set VERSION 1.0-rc3 @dircategory Data Compression @direntry @@ -84,11 +84,11 @@ compressed tar archives. The amount of memory required for compression is about 5 MiB plus 1 or 2 times the dictionary size limit (1 if input file size is less than dictionary size limit, else 2) plus 8 times the dictionary size really -used. For decompression is a little more than the dictionary size really -used. Clzip will automatically use the smallest possible dictionary size -without exceeding the given limit. It is important to appreciate that -the decompression memory requirement is affected at compression time by -the choice of dictionary size limit. +used. For decompression it is a little more than the dictionary size +really used. Clzip will automatically use the smallest possible +dictionary size without exceeding the given limit. It is important to +appreciate that the decompression memory requirement is affected at +compression time by the choice of dictionary size limit. When decompressing, clzip attempts to guess the name for the decompressed file from that of the compressed file as follows: |