summaryrefslogtreecommitdiffstats
path: root/doc/lziprecover.texinfo
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 10:21:46 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 10:21:46 +0000
commit6f083d3eb74f473c38c623693aedfe30599c54e3 (patch)
treefb1c97d85391151ed0b251e9025f047739a470d2 /doc/lziprecover.texinfo
parentAdding debian version 1.14~rc1-1. (diff)
downloadlziprecover-6f083d3eb74f473c38c623693aedfe30599c54e3.tar.xz
lziprecover-6f083d3eb74f473c38c623693aedfe30599c54e3.zip
Merging upstream version 1.14~rc2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/lziprecover.texinfo')
-rw-r--r--doc/lziprecover.texinfo9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lziprecover.texinfo b/doc/lziprecover.texinfo
index 872abb4..676e8d6 100644
--- a/doc/lziprecover.texinfo
+++ b/doc/lziprecover.texinfo
@@ -6,8 +6,8 @@
@finalout
@c %**end of header
-@set UPDATED 27 February 2013
-@set VERSION 1.14-rc1
+@set UPDATED 25 March 2013
+@set VERSION 1.14-rc2
@dircategory Data Compression
@direntry
@@ -297,6 +297,7 @@ wedges between 0 and 7. The size of a wedge is (base_size / 16).@*
Bits 4-0 contain the base 2 logarithm of the base size (12 to 29).@*
Bits 7-5 contain the number of wedges (0 to 7) to substract from the
base size to obtain the dictionary size.@*
+Example: 0xD3 = (2^19 - 6 * 2^15) = (512KiB - 6 * 32KiB) = 320KiB@*
Valid values for dictionary size range from 4KiB to 512MiB.
@item Lzma stream
@@ -311,8 +312,8 @@ Size of the uncompressed original data.
@item Member size (8 bytes)
Total size of the member, including header and trailer. This field acts
-as a distributed index, and facilitates safe recovery of undamaged
-members from multi-member files.
+as a distributed index, allows the verification of stream integrity, and
+facilitates safe recovery of undamaged members from multi-member files.
@end table