diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
index 3f5eaf3ef9f..c648f7779e7 100644
--- a/man/kernel-command-line.xml
+++ b/man/kernel-command-line.xml
@@ -557,7 +557,19 @@
the hostname, it simply controls the initial hostname set during early boot.
+
+
+ History
+
+
+
+ systemd 252
+ Kernel command-line arguments systemd.unified_cgroup_hierarchy
+ and systemd.legacy_systemd_cgroup_controller were deprecated. Please switch to
+ the unified cgroup hierarchy.
+
+
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
index 36f25f94e4f..ac21c31d9aa 100644
--- a/man/systemd-system.conf.xml
+++ b/man/systemd-system.conf.xml
@@ -592,6 +592,18 @@
+
+ History
+
+
+
+ systemd 252
+ Option DefaultBlockIOAccounting= was deprecated. Please switch
+ to the unified cgroup hierarchy.
+
+
+
+
See Also
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index ba4a14440a8..940395a4427 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -1103,6 +1103,31 @@ DeviceAllow=/dev/loop-control
+
+ History
+
+
+
+ systemd 252
+ Options for controlling the Legacy Control Group Hierarchy (Control Groups version 1 are
+ now fully deprecated: CPUShares=weight,
+ StartupCPUShares=weight,
+ MemoryLimit=bytes,
+ BlockIOAccounting=,
+ BlockIOWeight=weight,
+ StartupBlockIOWeight=weight,
+ BlockIODeviceWeight=device
+ weight,
+ BlockIOReadBandwidth=device
+ bytes,
+ BlockIOWriteBandwidth=device
+ bytes.
+ Please switch to the unified cgroup hierarchy.
+
+
+
+
See Also
diff --git a/man/systemd.xml b/man/systemd.xml
index d19318929ac..99b6f11b908 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -1251,6 +1251,19 @@
+
+ History
+
+
+
+ systemd 252
+ Kernel command-line arguments systemd.unified_cgroup_hierarchy
+ and systemd.legacy_systemd_cgroup_controller were deprecated. Please switch to
+ the unified cgroup hierarchy.
+
+
+
+
See Also