diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-07-13 21:26:47 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-07-17 23:34:55 +0800 |
commit | 9adc9e56157ecbf2948e5036df8567809b9ae177 (patch) | |
tree | 146993ec912e670277f68fa887274d1c6cc0c025 | |
parent | xz: Add a section to man page for robot mode --filters-help. (diff) | |
download | xz-9adc9e56157ecbf2948e5036df8567809b9ae177.tar.xz |
xz: Update man page Authors and date.
-rw-r--r-- | src/xz/xz.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 6ef32df7..c9e521e1 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -1,11 +1,12 @@ '\" t .\" -.\" Author: Lasse Collin +.\" Authors: Lasse Collin +.\" Jia Tan .\" .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZ 1 "2022-12-01" "Tukaani" "XZ Utils" +.TH XZ 1 "2023-07-17" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files |