From: Lennart Poettering Date: Wed, 24 Oct 2018 20:08:07 +0000 (+0200) Subject: man: fix wording a bit on the cgroup accountings options (#10509) X-Git-Tag: v240~480 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ee91c0dbcbd637e6b45b77ea490762acc0cae2e;p=thirdparty%2Fsystemd.git man: fix wording a bit on the cgroup accountings options (#10509) The &MEMORY_ACCOUNTING_DEFAULT; resolves to "yes" or "no" while the rest of the paragraph talked about "on" and "off". Let's adjust this and stick to "yes" and "no"... Quite frankly I think it's not a particularly good idea to change the docs based configuration changes... THis can only be incomplete, and the wording is still very awkward since we repeat the same sentence twice. --- diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index a9116ea08fd..5ce2c6fb96c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -329,9 +329,9 @@ CPUAccounting=, BlockIOAccounting=, MemoryAccounting=, 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 four settings to off. + for details on the per-unit settings. DefaultTasksAccounting= defaults to yes, + DefaultMemoryAccounting= to &MEMORY_ACCOUNTING_DEFAULT;, the other four settings to + no.