]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gI
authorChris Down <chris@chrisdown.name>
Wed, 2 Jan 2019 20:15:15 +0000 (20:15 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 3 Jan 2019 02:32:40 +0000 (11:32 +0900)
commit4e1dfa45e9d09faef09f3e492db9373e6502b3b8
tree5a9bd7f6a849ef21842c7777fdf3a493bf3b10b7
parent788291d3b498c265db80357506b8eec4732a037b
cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gI

Nitpicky, but we've used a lot of random spacings and names in the past,
but we're trying to be completely consistent on "cgroup vN" now.

Generated by `fd -0 | xargs -0 -n1 sed -ri --follow-symlinks 's/cgroups?  ?v?([0-9])/cgroup v\1/gI'`.

I manually ignored places where it's not appropriate to replace (eg.
"cgroup2" fstype and in src/shared/linux).
NEWS
TODO
docs/CGROUP_DELEGATION.md
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/cgtop/cgtop.c
src/core/cgroup.c
src/core/execute.c
src/core/unit.h
src/journal/journald-context.c
test/TEST-19-DELEGATE/testsuite.sh