diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-24 21:13:52 +0800 |
commit | 55285900b3bea14d476b880ba011f5a96428581c (patch) | |
tree | 971e7deb740b41f6fb971d8c74def1e5a48c47af /src/xz/xz.1 | |
parent | liblzma: Update website URL. (diff) | |
download | xz-55285900b3bea14d476b880ba011f5a96428581c.tar.xz |
xz: Update website URLs in the man pages.
Diffstat (limited to '')
-rw-r--r-- | src/xz/xz.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 73ca6efd..5c73fe38 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 "2023-07-17" "Tukaani" "XZ Utils" +.TH XZ 1 "2024-01-19" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -3013,8 +3013,8 @@ have the same number of bytes per pixel. .BR bzip2 (1), .BR 7z (1) .PP -XZ Utils: <https://tukaani.org/xz/> +XZ Utils: <https://xz.tukaani.org/xz-utils/> .br -XZ Embedded: <https://tukaani.org/xz/embedded.html> +XZ Embedded: <https://xz.tukaani.org/xz-embedded/> .br LZMA SDK: <https://7-zip.org/sdk.html> |