From cc8fdd5d307a620700d4729d74143ca434f0707c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Jun 2023 10:32:11 +0200 Subject: [PATCH] man: properly close XML tags --- man/systemd.exec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 32128d4fab..3960deac3a 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. -- 2.25.1