diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 2b30adab9b..d4dec82c70 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -2696,10 +2696,13 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { OOMPolicy=kill is enabled for the unit or not. If enabled, the property contains the number of times the kernel OOM killer killed all the processes in the unit's cgroup and its descendant cgroups. If disabled, the property contains the number of processes the kernel OOM killer - has killed in the unit's cgroup and its descendant cgroups. + has killed in the unit's cgroup and its descendant cgroups. When the corresponding cgroups have not + been realized, it reports 18446744073709551615 (2^64 - 1). ManagedOOMKills contains the number of times systemd-oomd - killed all the processes in the unit's cgroup and its descendant cgroups. + killed all the processes in the unit's cgroup and its descendant cgroups. When the corresponding + cgroups have not been realized yet, it reports 18446744073709551615 + (2^64 - 1).