diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-07-13 21:26:47 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-07-18 23:24:02 +0800 |
commit | 8bc3146c6be920b56283f4ee846456cb34ae4b6f (patch) | |
tree | 67d93ea8e26796148ef4dee0c76f3238ac21cd23 | |
parent | xz: Slight reword in xz man page for consistency. (diff) | |
download | xz-8bc3146c6be920b56283f4ee846456cb34ae4b6f.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 3bff6a37..8e85a17e 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 |