From: Lennart Poettering Date: Mon, 1 Apr 2019 15:29:12 +0000 (+0200) Subject: man: refer to innermost directory as innermost, not as "lowest" X-Git-Tag: v242-rc1~17^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d463b8aed276e889f84d53abe2ccb52716f7faa;p=thirdparty%2Fsystemd.git man: refer to innermost directory as innermost, not as "lowest" 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. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6c7a78643ed..f8c46a2995f 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -892,10 +892,10 @@ CapabilityBoundingSet=~CAP_B CAP_C - In case of RuntimeDirectory= the lowest subdirectories are removed when the unit is - stopped. It is possible to preserve the specified directories in this case if - RuntimeDirectoryPreserve= is configured to or - (see below). The directories specified with StateDirectory=, + In case of RuntimeDirectory= the innermost subdirectories are removed when + the unit is stopped. It is possible to preserve the specified directories in this case if + RuntimeDirectoryPreserve= is configured to or + (see below). The directories specified with StateDirectory=, CacheDirectory=, LogsDirectory=, ConfigurationDirectory= are not removed when the unit is stopped.