diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index e41043463fd..1cfe1ed52a9 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -202,14 +202,15 @@ CPUWeight=20 DisableControllers=cpu / \
These options accept an integer value or a the special string "idle":
- If set to an integer value, assign the specified CPU time weight to the processes executed,
- if the unified control group hierarchy is used on the system. These options control the
- cpu.weight control group attribute. The allowed range is 1 to 10000. Defaults to
- 100. For details about this control group attribute, see Control Groups v2
- and CFS
- Scheduler. The available CPU time is split up among all units within one slice relative to
- their CPU time weight. A higher weight means more CPU time, a lower weight means less.
+ If set to an integer value, assign the specified CPU time weight to the processes
+ executed, if the unified control group hierarchy is used on the system. These options control
+ the cpu.weight control group attribute. The allowed range is 1 to 10000.
+ Defaults to unset, but the kernel default is 100. For details about this control group
+ attribute, see Control Groups
+ v2 and CFS
+ Scheduler. The available CPU time is split up among all units within one slice
+ relative to their CPU time weight. A higher weight means more CPU time, a lower weight means
+ less.If set to the special string "idle", mark the cgroup for "idle scheduling", which means
@@ -485,17 +486,12 @@ CPUWeight=20 DisableControllers=cpu / \
This setting controls the controller in the unified hierarchy.
- Turn on task accounting for this unit. Takes a
- boolean argument. If enabled, the system manager will keep
- track of the number of tasks in the unit. The number of
- tasks accounted this way includes both kernel threads and
- userspace processes, with each thread counting
- individually. Note that turning on tasks accounting for one
- unit will also implicitly turn it on for all units contained
- in the same slice and for all its parent slices and the
- units contained therein. The system default for this setting
- may be controlled with
- DefaultTasksAccounting= in
+ Turn on task accounting for this unit. Takes a boolean argument. If enabled, the kernel will
+ keep track of the total number of tasks in the unit and its children. This number includes both
+ kernel threads and userspace processes, with each thread counted individually. Note that turning on
+ tasks accounting for one unit will also implicitly turn it on for all units contained in the same
+ slice and for all its parent slices and the units contained therein. The system default for this
+ setting may be controlled with DefaultTasksAccounting= in
systemd-system.conf5.