From: Lennart Poettering Date: Tue, 27 Jun 2023 08:32:11 +0000 (+0200) Subject: man: properly close XML tags X-Git-Tag: v254-rc1~84^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc8fdd5d307a620700d4729d74143ca434f0707c;p=thirdparty%2Fsystemd.git man: properly close XML tags --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 32128d4fabf..3960deac3a0 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1447,7 +1447,7 @@ CapabilityBoundingSet=~CAP_B CAP_C The second parameter will be interpreted as a destination path that will be created as a symlink to the directory. The symlinks will be created after any BindPaths= or TemporaryFileSystem= options have been set up, to make ephemeral symlinking possible. The same source can have multiple symlinks, by - using the same first parameter, but a different second parameter. + using the same first parameter, but a different second parameter. The directories defined by these options are always created under the standard paths used by systemd (/var/, /run/, /etc/, …). If the service needs @@ -1483,7 +1483,7 @@ StateDirectory=aaa/bbb ccc RuntimeDirectory=foo:bar foo:baz the service manager creates /run/foo (if it does not exist), and /run/bar plus /run/baz as symlinks to - /run/foo. + /run/foo.