]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: refer to innermost directory as innermost, not as "lowest"
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Apr 2019 15:29:12 +0000 (17:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 1 Apr 2019 16:30:18 +0000 (18:30 +0200)
Let's avoid confusion whether the root is at the top or of the bottom of
the directory tree. Moreover we use "innermost" further down for the
same concept, so let's stick to the same terminology here.

man/systemd.exec.xml

index 6c7a78643ed08694f774ea2abaf2de100f3c93de..f8c46a2995f0ec10ef97175021931e8227f9935e 100644 (file)
@@ -892,10 +892,10 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
           </tgroup>
         </table>
 
-        <para>In case of <varname>RuntimeDirectory=</varname> the lowest subdirectories are removed when the unit is
-        stopped. It is possible to preserve the specified directories in this case if
-        <varname>RuntimeDirectoryPreserve=</varname> is configured to <option>restart</option> or <option>yes</option>
-        (see below). The directories specified with <varname>StateDirectory=</varname>,
+        <para>In case of <varname>RuntimeDirectory=</varname> the innermost subdirectories are removed when
+        the unit is stopped. It is possible to preserve the specified directories in this case if
+        <varname>RuntimeDirectoryPreserve=</varname> is configured to <option>restart</option> or
+        <option>yes</option> (see below). The directories specified with <varname>StateDirectory=</varname>,
         <varname>CacheDirectory=</varname>, <varname>LogsDirectory=</varname>,
         <varname>ConfigurationDirectory=</varname> are not removed when the unit is stopped.</para>