From: Lennart Poettering Date: Thu, 26 Sep 2013 22:05:07 +0000 (+0200) Subject: man: drop references to "cgroup" wher appropriate X-Git-Tag: v208~39 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=3fde5f30bda2a70d97f3dc8fa918e42e1c07cc2c;hp=3fde5f30bda2a70d97f3dc8fa918e42e1c07cc2c;p=elogind.git man: drop references to "cgroup" wher appropriate Since cgroups are mostly now an implementation detail of systemd lets deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to systemd.resource-control(5) and uses the term "resource control" rather than "cgroup" where appropriate. This leaves the word "cgroup" in at a couple of places though, like for example systemd-cgtop and systemd-cgls where cgroup stuff is at the core of what is happening. ---