diff --git a/NEWS b/NEWS
index 057484cbae..57ed27a61d 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,11 @@ CHANGES WITH 243 in spe:
are harder to type, but we believe the change from 5 digit PIDs to 7
digit PIDs is not too hampering for usability.
+ * MemoryLow and MemoryMin gained hierarchy-aware counterparts,
+ DefaultMemoryLow and DefaultMemoryMin, which can be used to
+ hierarchically set default memory protection values for a particular
+ subtree of the unit hierarchy.
+
…
CHANGES WITH 242:
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md
index 3aa68c0a26..469ef7ce31 100644
--- a/docs/TRANSIENT-SETTINGS.md
+++ b/docs/TRANSIENT-SETTINGS.md
@@ -227,6 +227,7 @@ All cgroup/resource control settings are available for transient units
✓ CPUQuota=
✓ CPUQuotaPeriodSec=
✓ MemoryAccounting=
+✓ DefaultMemoryMin=
✓ MemoryMin=
✓ DefaultMemoryLow=
✓ MemoryLow=
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index e7fb46873c..95209a8a6a 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -245,6 +245,10 @@
This setting is supported only if the unified control group hierarchy is used and disables
MemoryLimit=.
+
+ Units may have their children use a default memory.min value by specifying
+ DefaultMemoryMin=, which has the same semantics as MemoryMin=. This setting
+ does not affect memory.min in the unit itself.
@@ -266,8 +270,8 @@
This setting is supported only if the unified control group hierarchy is used and disables
MemoryLimit=.
- Units may can have their children use a default memory.low value by specifying
- DefaultMemoryLow=, which has the same usage as MemoryLow=. This setting
+ Units may have their children use a default memory.low value by specifying
+ DefaultMemoryLow=, which has the same semantics as MemoryLow=. This setting
does not affect memory.low in the unit itself.