]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgls/cgtop: spell field/column "CGroup" rather than "Control Group"
authorLennart Poettering <lennart@poettering.net>
Mon, 5 Jun 2023 16:40:26 +0000 (18:40 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 5 Jun 2023 18:35:28 +0000 (03:35 +0900)
commit06390e22c92c626545ec4841c1dfdd25632efa08
treec45042e0e9cd0e8202876a0357b8e3bb264121b0
parent3db7f3c58c1cc2151e20fa83f73dfde8c227f810
cgls/cgtop: spell field/column "CGroup" rather than "Control Group"

In the documentation we usually spell the concept "control group".
Internally in code we usually call it "cgroup" or "CGroup". In systemctl output we
called the field "CGroup" so far, i.e. a capitalized version of the
internal name. This is of course very unsystematic. Let's clean this up
a bit: let's now say:

* in docs, continue to spell it out "control groups"
* in brief output call it "CGroup"
* internally call it "cgroup" or "CGroup"

Fixes: #14429
src/cgls/cgls.c
src/cgtop/cgtop.c