diff options
author | Sébastien Helleu | 2016-12-17 09:06:57 +0100 |
---|---|---|
committer | Karel Zak | 2016-12-19 11:22:26 +0100 |
commit | d673b74e9d8f484f361ab7c1e8c7e527d7d1753d (patch) | |
tree | 76f279057d4230edf1807cba2c4bfa270766b762 /schedutils | |
parent | findmnt: error on --target /non-exist (diff) | |
download | kernel-qcow2-util-linux-d673b74e9d8f484f361ab7c1e8c7e527d7d1753d.tar.gz kernel-qcow2-util-linux-d673b74e9d8f484f361ab7c1e8c7e527d7d1753d.tar.xz kernel-qcow2-util-linux-d673b74e9d8f484f361ab7c1e8c7e527d7d1753d.zip |
docs: replace FTP by HTTPS in kernel.org URLs
The links to ftp://ftp.kernel.org/ are replaced by
https://www.kernel.org/.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils')
-rw-r--r-- | schedutils/chrt.1 | 2 | ||||
-rw-r--r-- | schedutils/ionice.1 | 2 | ||||
-rw-r--r-- | schedutils/taskset.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index 869b4fd81..4b8b1e9da 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -170,4 +170,4 @@ Karel Zak .UE .SH AVAILABILITY The chrt command is part of the util-linux package and is available from -ftp://ftp.kernel.org/pub/linux/utils/util-linux/. +https://www.kernel.org/pub/linux/utils/util-linux/. diff --git a/schedutils/ionice.1 b/schedutils/ionice.1 index 8b9c42be0..1b075d3e3 100644 --- a/schedutils/ionice.1 +++ b/schedutils/ionice.1 @@ -139,4 +139,4 @@ Karel Zak <kzak@redhat.com> .BR ioprio_set (2) .SH AVAILABILITY The ionice command is part of the util-linux package and is available from -ftp://ftp.kernel.org/pub/linux/utils/util-linux/. +https://www.kernel.org/pub/linux/utils/util-linux/. diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index fb7167e89..8b9062a72 100644 --- a/schedutils/taskset.1 +++ b/schedutils/taskset.1 @@ -133,4 +133,4 @@ This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH AVAILABILITY The taskset command is part of the util-linux package and is available from -ftp://ftp.kernel.org/pub/linux/utils/util-linux/. +https://www.kernel.org/pub/linux/utils/util-linux/. |