mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Typo fixes from meyering.
This commit is contained in:
parent
ed6664146f
commit
e55e0e873c
2 changed files with 3 additions and 3 deletions
|
@ -80,8 +80,8 @@ Q: Which file formats are supported by LZMA Utils?
|
||||||
A: Even when the raw LZMA stream is always the same, it can be wrapped
|
A: Even when the raw LZMA stream is always the same, it can be wrapped
|
||||||
in different container formats. The preferred format is the new .lzma
|
in different container formats. The preferred format is the new .lzma
|
||||||
format. It has magic bytes (the first six bytes: 0xFF 'L' 'Z' 'M'
|
format. It has magic bytes (the first six bytes: 0xFF 'L' 'Z' 'M'
|
||||||
'A' 0x00). The format supports chaining up to seven filters filters,
|
'A' 0x00). The format supports chaining up to seven filters, splitting
|
||||||
splitting data to multiple blocks for easier multi-threading and rough
|
data to multiple blocks for easier multi-threading and rough
|
||||||
random-access reading. The file integrity is verified using CRC32,
|
random-access reading. The file integrity is verified using CRC32,
|
||||||
CRC64, or SHA256, and by verifying the uncompressed size of the file.
|
CRC64, or SHA256, and by verifying the uncompressed size of the file.
|
||||||
|
|
||||||
|
|
|
@ -247,7 +247,7 @@ y.x.1. Single-Block Stream
|
||||||
this prevents it from producing too much output in case of (possibly
|
this prevents it from producing too much output in case of (possibly
|
||||||
intentionally) corrupt file.
|
intentionally) corrupt file.
|
||||||
|
|
||||||
Calculate the the start offset of the Stream:
|
Calculate the start offset of the Stream:
|
||||||
|
|
||||||
backward_offset - backward_size - LZMA_STREAM_HEADER_SIZE
|
backward_offset - backward_size - LZMA_STREAM_HEADER_SIZE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue