mirror of https://git.tukaani.org/xz.git
xz: Omit the special notes about ARM64 filter on the man page.
This commit is contained in:
parent
0c3627b518
commit
5baec3f0a9
|
@ -5,7 +5,7 @@
|
|||
.\" This file has been put into the public domain.
|
||||
.\" You can do whatever you want with this file.
|
||||
.\"
|
||||
.TH XZ 1 "2022-11-19" "Tukaani" "XZ Utils"
|
||||
.TH XZ 1 "2022-12-01" "Tukaani" "XZ Utils"
|
||||
.
|
||||
.SH NAME
|
||||
xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
|
||||
|
@ -1730,9 +1730,8 @@ the compression ratio:
|
|||
Some types of files containing executable code
|
||||
(for example, object files, static libraries, and Linux kernel modules)
|
||||
have the addresses in the instructions filled with filler values.
|
||||
These BCJ filters (except ARM64) will still do the address conversion,
|
||||
These BCJ filters will still do the address conversion,
|
||||
which will make the compression worse with these files.
|
||||
The ARM64 filter doesn't have this problem.
|
||||
.IP \(bu 3
|
||||
If a BCJ filter is applied on an archive,
|
||||
it is possible that it makes the compression ratio
|
||||
|
|
Loading…
Reference in New Issue