diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
commit | 22d86192f8cf00902a1f90ee2a83ca600794459b (patch) | |
tree | 410bcbc4bdb01bb027dad54bcf91a59d22127325 /src | |
parent | liblzma: Update website URL. (diff) | |
download | xz-22d86192f8cf00902a1f90ee2a83ca600794459b.tar.xz |
xz: Update website URLs in the man pages.
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/xz.1 | 6 | ||||
-rw-r--r-- | src/xzdec/xzdec.1 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index dbaa42e4..2e289ba2 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 @@ -3136,8 +3136,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> diff --git a/src/xzdec/xzdec.1 b/src/xzdec/xzdec.1 index 78bc9b4a..870501cb 100644 --- a/src/xzdec/xzdec.1 +++ b/src/xzdec/xzdec.1 @@ -4,7 +4,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZDEC 1 "2017-04-19" "Tukaani" "XZ Utils" +.TH XZDEC 1 "2024-01-19" "Tukaani" "XZ Utils" .SH NAME xzdec, lzmadec \- Small .xz and .lzma decompressors .SH SYNOPSIS @@ -143,4 +143,4 @@ decompressor, consider using XZ Embedded. .SH "SEE ALSO" .BR xz (1) .PP -XZ Embedded: <https://tukaani.org/xz/embedded.html> +XZ Embedded: <https://xz.tukaani.org/xz-embedded/> |