diff options
author | Chien Wong <m@xv97.com> | 2024-02-25 21:38:13 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-02-26 23:36:04 +0800 |
commit | eee579fff50099ba163c12305e81a4bd42b7dd53 (patch) | |
tree | 763975a3017c0b12daf8d483af26af02a5efa19e /src | |
parent | Build: Fix Linux Landlock feature test in Autotools and CMake builds. (diff) | |
download | xz-eee579fff50099ba163c12305e81a4bd42b7dd53.tar.xz |
xz: Add missing RISC-V on the filter list in the man page
Signed-off-by: Chien Wong <m@xv97.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/xz.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 6c8a52f5..6c340629 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -4,7 +4,7 @@ .\" Authors: Lasse Collin .\" Jia Tan .\" -.TH XZ 1 "2024-02-13" "Tukaani" "XZ Utils" +.TH XZ 1 "2024-02-25" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -1812,6 +1812,8 @@ and \fB\-\-ia64\fR[\fB=\fIoptions\fR] .TP \fB\-\-sparc\fR[\fB=\fIoptions\fR] +.TP +\fB\-\-riscv\fR[\fB=\fIoptions\fR] .PD Add a branch/call/jump (BCJ) filter to the filter chain. These filters can be used only as a non-last filter |