diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2017-04-19 22:17:35 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2017-04-19 22:17:35 +0300 |
commit | 662b27c417cab248cb365dd7682121bdec4d5ae7 (patch) | |
tree | 05e41b8971dd0a6d79bd573b7315ce8248cb7b23 /src/xz | |
parent | xz: Add io_seek_src(). (diff) | |
download | xz-662b27c417cab248cb365dd7682121bdec4d5ae7.tar.xz |
Update the home page URLs to HTTPS.
Diffstat (limited to '')
-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 bc5514d5..9dffdc6f 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -5,7 +5,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZ 1 "2015-05-11" "Tukaani" "XZ Utils" +.TH XZ 1 "2017-04-19" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -2779,8 +2779,8 @@ have the same number of bytes per pixel. .BR bzip2 (1), .BR 7z (1) .PP -XZ Utils: <http://tukaani.org/xz/> +XZ Utils: <https://tukaani.org/xz/> .br -XZ Embedded: <http://tukaani.org/xz/embedded.html> +XZ Embedded: <https://tukaani.org/xz/embedded.html> .br LZMA SDK: <http://7-zip.org/sdk.html> diff --git a/src/xzdec/xzdec.1 b/src/xzdec/xzdec.1 index 1e5ced94..78bc9b4a 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 "2013-06-30" "Tukaani" "XZ Utils" +.TH XZDEC 1 "2017-04-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: <http://tukaani.org/xz/embedded.html> +XZ Embedded: <https://tukaani.org/xz/embedded.html> |