diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-22 23:33:39 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-23 23:05:47 +0800 |
commit | 283f778908873eca61388029fc418fa800c9d7d7 (patch) | |
tree | d0265410fddb5cc23a8b74fdb5ca7dd82794af37 /src | |
parent | Tests: Add RISC-V Filter test in test_compress.sh. (diff) | |
download | xz-283f778908873eca61388029fc418fa800c9d7d7.tar.xz |
xz: Update the man page for the RISC-V Filter.
A special note was added to suggest using four-byte alignment when the
compressed instruction extension is not present in a RISC-V binary.
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/xz.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 2e289ba2..b489fd35 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -6,7 +6,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZ 1 "2024-01-19" "Tukaani" "XZ Utils" +.TH XZ 1 "2024-01-22" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -1857,6 +1857,7 @@ ARM64;4;4096-byte alignment is best PowerPC;4;Big endian only IA-64;16;Itanium SPARC;4; +RISC-V;2; .TE .RE .RE |