From 037857507a50ec74b1dce9fb32ce8d8521378914 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 20 Aug 2020 13:11:20 +0200 Subject: [PATCH] man: fix xml tags --- man/systemd.resource-control.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 744a5f98ce..d72f9048e7 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -292,7 +292,7 @@ Units may have their children use a default memory.min or memory.low value by specifying DefaultMemoryMin= or DefaultMemoryLow=, which has the same semantics as - MemoryMin= and MemoryLow=. + MemoryMin= and MemoryLow=. This setting does not affect memory.min or memory.low in the unit itself. Using it to set a default child allocation is only useful on kernels older than 5.7,