diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/common_w32res.rc | 2 | ||||
-rw-r--r-- | src/xz/xz.1 | 6 | ||||
-rw-r--r-- | src/xzdec/xzdec.1 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/common/common_w32res.rc b/src/common/common_w32res.rc index fdb88d18..a70de343 100644 --- a/src/common/common_w32res.rc +++ b/src/common/common_w32res.rc @@ -17,7 +17,7 @@ #define MY_VERSION LZMA_VERSION_MAJOR,LZMA_VERSION_MINOR,LZMA_VERSION_PATCH,MY_BUILD #define MY_FILENAME MY_NAME MY_SUFFIX -#define MY_COMPANY "The Tukaani Project <http://tukaani.org/>" +#define MY_COMPANY "The Tukaani Project <https://tukaani.org/>" #define MY_PRODUCT PACKAGE_NAME " <" PACKAGE_URL ">" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 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> |