mirror of https://git.tukaani.org/xz.git
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.
This commit is contained in:
parent
ac3691ccca
commit
283f778908
|
@ -6,7 +6,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 "2024-01-19" "Tukaani" "XZ Utils"
|
.TH XZ 1 "2024-01-22" "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
|
||||||
|
@ -1857,6 +1857,7 @@ ARM64;4;4096-byte alignment is best
|
||||||
PowerPC;4;Big endian only
|
PowerPC;4;Big endian only
|
||||||
IA-64;16;Itanium
|
IA-64;16;Itanium
|
||||||
SPARC;4;
|
SPARC;4;
|
||||||
|
RISC-V;2;
|
||||||
.TE
|
.TE
|
||||||
.RE
|
.RE
|
||||||
.RE
|
.RE
|
||||||
|
|
Loading…
Reference in New Issue