diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-05-28 12:42:18 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-05-28 14:46:44 +0200 |
commit | f81af0b082207f91f5b8d6ac7bd0cb134ee0b87b (patch) | |
tree | fd83235b8be986e18c4c7694004e5649559b54eb | |
parent | man: update links to catalog docs (diff) | |
download | systemd-f81af0b082207f91f5b8d6ac7bd0cb134ee0b87b.tar.xz systemd-f81af0b082207f91f5b8d6ac7bd0cb134ee0b87b.zip |
man: update links to "New Control Group Interfaces"
-rw-r--r-- | man/org.freedesktop.machine1.xml | 2 | ||||
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 2 | ||||
-rw-r--r-- | man/systemd-machined.service.xml | 2 | ||||
-rw-r--r-- | man/systemd.resource-control.xml | 2 | ||||
-rw-r--r-- | man/systemd.scope.xml | 2 | ||||
-rw-r--r-- | man/systemd.slice.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/man/org.freedesktop.machine1.xml b/man/org.freedesktop.machine1.xml index 24bef6a755..8abef00e53 100644 --- a/man/org.freedesktop.machine1.xml +++ b/man/org.freedesktop.machine1.xml @@ -347,7 +347,7 @@ node /org/freedesktop/machine1 { unit for the calling client (utilizing the passed scope_properties) and move the leader PID into it. The method returns an object path for the registered machine object that implements the <interfacename>org.freedesktop.machine1.Machine</interfacename> interface (see below). Also see the - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface">New Control Group + <ulink url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group Interfaces</ulink> for details about scope units and how to alter resource control settings on the created machine at runtime.</para> diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 9e29eda4e0..af4eaf1c0e 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -1568,7 +1568,7 @@ node /org/freedesktop/systemd1 { <varname>properties</varname> contains properties of the unit, specified like in <function>SetUnitProperties()</function>. <varname>aux</varname> is currently unused and should be passed as an empty array. See the - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface">New Control Group + <ulink url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group Interface</ulink> for more information how to make use of this functionality for resource control purposes.</para> diff --git a/man/systemd-machined.service.xml b/man/systemd-machined.service.xml index b2899ff0fd..49ee66d28a 100644 --- a/man/systemd-machined.service.xml +++ b/man/systemd-machined.service.xml @@ -95,7 +95,7 @@ <para>If you are interested in writing a VM or container manager that makes use of machined, please have look at <ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-vm-managers">Writing Virtual Machine or Container Managers</ulink>. Also see the <ulink - url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface">New Control Group + url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group Interfaces</ulink>.</para> <para>The daemon provides both a C library interface diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 8b58cd32d0..3773a38d62 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -154,7 +154,7 @@ CPUWeight=20 DisableControllers=cpu / \ <refsect2> <title/> <para>See the <ulink - url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface">New + url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group Interfaces</ulink> for an introduction on how to make use of resource control APIs from programs.</para> </refsect2> diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml index 777e11fdab..9590a19815 100644 --- a/man/systemd.scope.xml +++ b/man/systemd.scope.xml @@ -42,7 +42,7 @@ command line.</para> <para>See the <ulink - url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface">New + url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group Interfaces</ulink> for an introduction on how to make use of scope units from programs.</para> diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml index 630b2024b8..a5987a3a45 100644 --- a/man/systemd.slice.xml +++ b/man/systemd.slice.xml @@ -63,7 +63,7 @@ </para> <para>See the <ulink - url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface">New + url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group Interfaces</ulink> for an introduction on how to make use of slice units from programs.</para> </refsect1> |