From affb7986cd388facf63f26a5dd7bd680b866bdf8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 12:43:15 +0100 Subject: Adding upstream version 1.15. Signed-off-by: Daniel Baumann --- doc/lziprecover.texinfo | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc/lziprecover.texinfo') diff --git a/doc/lziprecover.texinfo b/doc/lziprecover.texinfo index e2aed0a..3dbceb9 100644 --- a/doc/lziprecover.texinfo +++ b/doc/lziprecover.texinfo @@ -6,8 +6,8 @@ @finalout @c %**end of header -@set UPDATED 29 July 2013 -@set VERSION 1.15-rc1 +@set UPDATED 14 September 2013 +@set VERSION 1.15 @dircategory Data Compression @direntry @@ -356,7 +356,8 @@ All multibyte values are stored in little endian order. @table @samp @item ID string -A four byte string, identifying the lzip format, with the value "LZIP". +A four byte string, identifying the lzip format, with the value "LZIP" +(0x4C, 0x5A, 0x49, 0x50). @item VN (version number, 1 byte) Just in case something needs to be modified in the future. 1 for now. @@ -369,8 +370,8 @@ 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. +Example: 0xD3 = 2^19 - 6 * 2^15 = 512 KiB - 6 * 32 KiB = 320 KiB@* +Valid values for dictionary size range from 4 KiB to 512 MiB. @item Lzma stream The lzma stream, finished by an end of stream marker. Uses default values @@ -413,7 +414,7 @@ lziprecover -tv file.lz @sp 1 @noindent -Example 3: Decompress @samp{file.lz} partially until 10KiB of +Example 3: Decompress @samp{file.lz} partially until 10 KiB of decompressed data are produced. @example @@ -529,7 +530,7 @@ Print an informative help message describing the options and exit. @item -V @itemx --version -Print the version number of lziprecover on the standard output and exit. +Print the version number of unzcrash on the standard output and exit. @item -b @var{range} @itemx --bits=@var{range} -- cgit v1.2.3