]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd.resource-control.xml: point user to correct url
authorChen Qi <Qi.Chen@windriver.com>
Wed, 18 Jul 2018 08:33:29 +0000 (16:33 +0800)
committerLennart Poettering <lennart@poettering.net>
Wed, 18 Jul 2018 11:17:24 +0000 (13:17 +0200)
cpu.cfs_quota_us is actually explained in sched-bwc.txt instead of
sched-design-CFS.txt.

man/systemd.resource-control.xml

index 8ebd162be799602b5a1703cfa0adb8aaef97a5aa..dffadb39bc08a627ad0d5fc5674f7a96765fa21b 100644 (file)
           <literal>cpu.max</literal> attribute on the unified control group hierarchy and
           <literal>cpu.cfs_quota_us</literal> on legacy. For details about these control group attributes, see <ulink
           url="https://www.kernel.org/doc/Documentation/cgroup-v2.txt">cgroup-v2.txt</ulink> and <ulink
-          url="https://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-bwc.txt">sched-bwc.txt</ulink>.</para>
 
           <para>Example: <varname>CPUQuota=20%</varname> ensures that the executed processes will never get more than
           20% CPU time on one CPU.</para>
       <ulink url="https://www.kernel.org/doc/Documentation/cgroup-v1/cpuacct.txt">cpuacct.txt</ulink>,
       <ulink url="https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt">memory.txt</ulink>,
       <ulink url="https://www.kernel.org/doc/Documentation/cgroup-v1/blkio-controller.txt">blkio-controller.txt</ulink>.
+      <ulink url="https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt">sched-bwc.txt</ulink>.
     </para>
   </refsect1>
 </refentry>