diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
index a914ef2523..88dcd1d142 100644
--- a/man/systemd-system.conf.xml
+++ b/man/systemd-system.conf.xml
@@ -322,15 +322,16 @@
DefaultBlockIOAccounting=
DefaultMemoryAccounting=
DefaultTasksAccounting=
+ DefaultIOAccounting=
DefaultIPAccounting=
Configure the default resource accounting settings, as configured per-unit by
CPUAccounting=, BlockIOAccounting=, MemoryAccounting=,
- TasksAccounting= and IPAccounting=. See
+ TasksAccounting=, IOAccounting= and IPAccounting=. See
systemd.resource-control5
for details on the per-unit settings. DefaultTasksAccounting= defaults to on,
DefaultMemoryAccounting= to &MEMORY_ACCOUNTING_DEFAULT;,
- the other three settings to off.
+ the other four settings to off.