diff options
author | Jason St. John <jstjohn@purdue.edu> | 2013-07-16 10:19:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-16 17:42:56 +0200 |
commit | 6ed80a4e346883b99263a1a13505ef6afcbc09c3 (patch) | |
tree | 4ed2321a458e894539d29dd8deea69af283d84eb /man | |
parent | a331b5e6d4724365bad9edeb9420c7e26e7f50da (diff) | |
download | systemd-6ed80a4e346883b99263a1a13505ef6afcbc09c3.tar.gz |
man: use HTTPS links for links that support it
Diffstat (limited to 'man')
-rw-r--r-- | man/binfmt.d.xml | 2 | ||||
-rw-r--r-- | man/journald.conf.xml | 2 | ||||
-rw-r--r-- | man/machine-id.xml | 2 | ||||
-rw-r--r-- | man/os-release.xml | 2 | ||||
-rw-r--r-- | man/sd-id128.xml | 2 | ||||
-rw-r--r-- | man/systemd.cgroup.xml | 20 | ||||
-rw-r--r-- | man/systemd.exec.xml | 6 | ||||
-rw-r--r-- | man/systemd.xml | 2 |
8 files changed, 19 insertions, 19 deletions
diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index 7f31b76de9..f4f4195b04 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -67,7 +67,7 @@ <para>Each file contains a list of binfmt_misc kernel binary format rules. Consult <ulink - url="http://www.kernel.org/doc/Documentation/binfmt_misc.txt">binfmt_misc.txt</ulink> + url="https://www.kernel.org/doc/Documentation/binfmt_misc.txt">binfmt_misc.txt</ulink> for more information on registration of additional binary formats and how to write rules.</para> diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 5986d61c45..487e8d618a 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -133,7 +133,7 @@ command), forward secure sealing (FSS) for all persistent journal files is enabled. FSS is based on <ulink - url="http://eprint.iacr.org/2013/397">Seekable + url="https://eprint.iacr.org/2013/397">Seekable Sequential Key Generators</ulink> by G. A. Marson and B. Poettering and may be used to protect journal files diff --git a/man/machine-id.xml b/man/machine-id.xml index b037e47c01..4b4759e48d 100644 --- a/man/machine-id.xml +++ b/man/machine-id.xml @@ -93,7 +93,7 @@ <para>Note that the machine ID historically is not an OSF UUID as defined by <ulink - url="http://tools.ietf.org/html/rfc4122">RFC + url="https://tools.ietf.org/html/rfc4122">RFC 4122</ulink>, nor a Microsoft GUID; however, starting with systemd v30, newly generated machine IDs do qualify as v4 UUIDs.</para> diff --git a/man/os-release.xml b/man/os-release.xml index d714b51fba..045dd08f1f 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -241,7 +241,7 @@ <listitem><para>A CPE name for the operating system, following the <ulink - url="http://cpe.mitre.org/specification/">Common + url="https://cpe.mitre.org/specification/">Common Platform Enumeration Specification</ulink> as proposed by the MITRE Corporation. This field diff --git a/man/sd-id128.xml b/man/sd-id128.xml index 02fb76b56d..3a5e13306d 100644 --- a/man/sd-id128.xml +++ b/man/sd-id128.xml @@ -71,7 +71,7 @@ process and generate 128-bit ID values. The 128-bit ID values processed and generated by these APIs are a generalization of OSF UUIDs as defined by <ulink - url="http://tools.ietf.org/html/rfc4122">RFC + url="https://tools.ietf.org/html/rfc4122">RFC 4122</ulink> but use a simpler string format. These functions impose no structure on the used IDs, much unlike OSF UUIDs or Microsoft GUIDs, diff --git a/man/systemd.cgroup.xml b/man/systemd.cgroup.xml index e31faf522e..bb0cb1c2e3 100644 --- a/man/systemd.cgroup.xml +++ b/man/systemd.cgroup.xml @@ -127,7 +127,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. controls the <literal>cpu.shares</literal> control group attribute, which defaults to 1024. For details about this control group attribute, see <ulink - url="http://www.kernel.org/doc/Documentation/scheduler/sched-design-CFS.txt">sched-design-CFS.txt</ulink>.</para> + url="https://www.kernel.org/doc/Documentation/scheduler/sched-design-CFS.txt">sched-design-CFS.txt</ulink>.</para> <para>Implies <literal>CPUAccounting=true</literal>.</para> </listitem> @@ -152,7 +152,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <literal>memory.soft_limit_in_bytes</literal> control group attributes. For details about these control group attributes, see <ulink - url="http://www.kernel.org/doc/Documentation/cgroups/memory.txt">memory.txt</ulink>.</para> + url="https://www.kernel.org/doc/Documentation/cgroups/memory.txt">memory.txt</ulink>.</para> <para>Implies <literal>MemoryAccounting=true</literal>.</para> </listitem> @@ -172,7 +172,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. defaults to 1000. For details about this control group attribute, see <ulink - url="http://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>.</para></listitem> + url="https://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>.</para></listitem> </varlistentry> <varlistentry> @@ -191,7 +191,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. attribute, which defaults to 1000. Use this option multiple times to set weights for multiple devices. For details about this control group attribute, see <ulink - url="http://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>.</para> + url="https://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>.</para> </listitem> </varlistentry> @@ -215,7 +215,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. attributes. Use this option multiple times to set bandwidth limits for multiple devices. For details about these control group attributes, see - <ulink url="http://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>. + <ulink url="https://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>. </para> </listitem> </varlistentry> @@ -236,7 +236,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <literal>devices.deny</literal> control group attributes. For details about these control group attributes, see <ulink - url="http://www.kernel.org/doc/Documentation/cgroups/devices.txt">devices.txt</ulink>.</para> + url="https://www.kernel.org/doc/Documentation/cgroups/devices.txt">devices.txt</ulink>.</para> </listitem> </varlistentry> @@ -299,10 +299,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <citerefentry><refentrytitle>systemd.swap</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>, The documentation for control groups and specific controllers in the Linux kernel: - <ulink url="http://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>, - <ulink url="http://www.kernel.org/doc/Documentation/cgroups/cpuacct.txt">cpuacct.txt</ulink>, - <ulink url="http://www.kernel.org/doc/Documentation/cgroups/memory.txt">memory.txt</ulink>, - <ulink url="http://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>. + <ulink url="https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>, + <ulink url="https://www.kernel.org/doc/Documentation/cgroups/cpuacct.txt">cpuacct.txt</ulink>, + <ulink url="https://www.kernel.org/doc/Documentation/cgroups/memory.txt">memory.txt</ulink>, + <ulink url="https://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt">blkio-controller.txt</ulink>. </para> </refsect1> </refentry> diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c9958340af..1169095978 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -167,7 +167,7 @@ for this process) and 1000 (to make killing of this process under memory pressure very likely). See <ulink - url="http://www.kernel.org/doc/Documentation/filesystems/proc.txt">proc.txt</ulink> + url="https://www.kernel.org/doc/Documentation/filesystems/proc.txt">proc.txt</ulink> for details.</para></listitem> </varlistentry> @@ -832,7 +832,7 @@ and doing this might result in undefined behaviour. For details about control groups see <ulink - url="http://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>.</para> + url="https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>.</para> <para>This option may appear more than once, in which case the list of @@ -923,7 +923,7 @@ service is not desirable. For details about control group attributes see <ulink - url="http://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>. This + url="https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>. This option may appear more than once, in order to set multiple control group attributes. If this option is used diff --git a/man/systemd.xml b/man/systemd.xml index b4b4845305..c7aed3c6ff 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -425,7 +425,7 @@ individual Linux control groups named after the unit which they belong to in the private systemd hierarchy. (see <ulink - url="http://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink> + url="https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink> for more information about control groups, or short "cgroups"). systemd uses this to effectively keep track of processes. Control group information is |