]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc,man: fix-typo (hierachy -> hierarchy)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 24 Feb 2021 05:25:24 +0000 (14:25 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Feb 2021 08:54:16 +0000 (09:54 +0100)
NEWS
man/systemd.unit.xml

diff --git a/NEWS b/NEWS
index 3ca517af448291af13fbb82a7de281b2f775aa8e..412515b6a8108e4c497c0cd700983612cfea1bd3 100644 (file)
--- 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
index cd9437c509d602dab2a24070c2d08c6ce4a5b2bc..4d7d09c5c0dd9ebcd47fd9851a158be6fd479bb8 100644 (file)
 
           <para>Alternatively, two special strings <literal>v1</literal> and <literal>v2</literal> may be
           specified (without any controller names). <literal>v2</literal> will pass if the unified v2 cgroup
-          hierachy is used, and <literal>v1</literal> will pass if the legacy v1 hierarchy or the hybrid
+          hierarchy is used, and <literal>v1</literal> will pass if the legacy v1 hierarchy or the hybrid
           hierarchy are used (see the discussion of <varname>systemd.unified_cgroup_hierarchy</varname> and
           <varname>systemd.legacy_systemd_cgroup_controller</varname> in
           <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>