diff --git a/doc/TRANSIENT-SETTINGS.md b/doc/TRANSIENT-SETTINGS.md
index 5a8fa07..1a4e791 100644
--- a/doc/TRANSIENT-SETTINGS.md
+++ b/doc/TRANSIENT-SETTINGS.md
@@ -222,6 +222,7 @@ All cgroup/resource control settings are available for transient units
✓ AllowedCPUs=
✓ AllowedMemoryNodes=
✓ MemoryAccounting=
+✓ DefaultMemoryMin=
✓ MemoryMin=
✓ DefaultMemoryLow=
✓ MemoryLow=
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 27f1600..d3bff29 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -283,6 +283,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.
@@ -306,8 +310,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.