xz: Fix the note about --rsyncable on the man page.
This commit is contained in:
parent
fb68497333
commit
1d05980f5b
17
src/xz/xz.1
17
src/xz/xz.1
|
@ -5,7 +5,7 @@
|
||||||
.\" This file has been put into the public domain.
|
.\" This file has been put into the public domain.
|
||||||
.\" You can do whatever you want with this file.
|
.\" You can do whatever you want with this file.
|
||||||
.\"
|
.\"
|
||||||
.TH XZ 1 "2012-08-24" "Tukaani" "XZ Utils"
|
.TH XZ 1 "2012-10-03" "Tukaani" "XZ Utils"
|
||||||
.
|
.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
|
xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
|
||||||
|
@ -2179,14 +2179,15 @@ The output can vary even between different
|
||||||
builds of the same XZ Utils version,
|
builds of the same XZ Utils version,
|
||||||
if different build options are used.
|
if different build options are used.
|
||||||
.PP
|
.PP
|
||||||
The above means that implementing
|
The above means that once
|
||||||
.B \-\-rsyncable
|
.B \-\-rsyncable
|
||||||
to create rsyncable
|
has been implemented,
|
||||||
.B .xz
|
the resulting files won't necessarily be rsyncable
|
||||||
files is not going to happen without
|
unless both old and new files have been compressed
|
||||||
freezing a part of the encoder
|
with the same xz version.
|
||||||
implementation, which can then be used with
|
This problem can be fixed if a part of the encoder
|
||||||
.BR \-\-rsyncable .
|
implementation is frozen to keep rsyncable output
|
||||||
|
stable across xz versions.
|
||||||
.
|
.
|
||||||
.SS "Embedded .xz decompressors"
|
.SS "Embedded .xz decompressors"
|
||||||
Embedded
|
Embedded
|
||||||
|
|
Loading…
Reference in New Issue