From: Yu Watanabe Date: Wed, 24 Feb 2021 05:25:24 +0000 (+0900) Subject: doc,man: fix-typo (hierachy -> hierarchy) X-Git-Tag: v248-rc3~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b49bb2866ccffdef23dc326288149c1a6f28b8fd;p=thirdparty%2Fsystemd.git doc,man: fix-typo (hierachy -> hierarchy) --- diff --git a/NEWS b/NEWS index 3ca517af448..412515b6a81 100644 --- a/NEWS +++ b/NEWS @@ -115,7 +115,7 @@ CHANGES WITH 248: * The existing ConditionControlGroupController= setting has been extended with two new values "v1" and "v2". "v2" means that the - unified v2 cgroup hierachy is used, and "v1" means that legacy v1 + unified v2 cgroup hierarchy is used, and "v1" means that legacy v1 hierarchy or the hybrid hierarchy are used. * The tables of system calls in seccomp filters are now automatically diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index cd9437c509d..4d7d09c5c0d 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1470,7 +1470,7 @@ Alternatively, two special strings v1 and v2 may be specified (without any controller names). v2 will pass if the unified v2 cgroup - hierachy is used, and v1 will pass if the legacy v1 hierarchy or the hybrid + hierarchy is used, and v1 will pass if the legacy v1 hierarchy or the hybrid hierarchy are used (see the discussion of systemd.unified_cgroup_hierarchy and systemd.legacy_systemd_cgroup_controller in systemd.service5