diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-12-01 18:13:27 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-12-01 18:13:27 +0200 |
commit | 5baec3f0a9c85e6abf45c0f652f699b074129a8b (patch) | |
tree | 7b750dc5acbf303bb648d1a6d1806dbe78f1963c /src/xz/xz.1 | |
parent | liblzma: Don't be over-specific in lzma_str_to_filters API doc. (diff) | |
download | xz-5baec3f0a9c85e6abf45c0f652f699b074129a8b.tar.xz |
xz: Omit the special notes about ARM64 filter on the man page.
Diffstat (limited to '')
-rw-r--r-- | src/xz/xz.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 1ff110e8..caa5a068 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -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 |