summaryrefslogtreecommitdiff
path: root/man/systemd.exec.xml
diff options
context:
space:
mode:
authoradrian5 <adrian5@users.noreply.github.com>2022-08-29 04:24:56 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-08-29 11:29:57 +0900
commitb72e5d9d8ef17d87b4e94c370e90545e47053329 (patch)
treea4a5d2a0dd73e907e6fbd4bd76437a1a2bbdceff /man/systemd.exec.xml
parent8676bdb70842ebb8d55fcc50774ba69f8a14b51a (diff)
downloadsystemd-b72e5d9d8ef17d87b4e94c370e90545e47053329.tar.gz
man: Minor punctuation and word tweak
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r--man/systemd.exec.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 2e843be2e5..0a2b6da772 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1273,7 +1273,7 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
directories to be made visible when listed in <varname>BindPaths=</varname> or
<varname>BindReadOnlyPaths=</varname>.</para>
- <para>Setting this to <literal>yes</literal> is mostly equivalent to set the three directories in
+ <para>Setting this to <literal>yes</literal> is mostly equivalent to setting the three directories in
<varname>InaccessiblePaths=</varname>. Similarly, <literal>read-only</literal> is mostly equivalent to
<varname>ReadOnlyPaths=</varname>, and <literal>tmpfs</literal> is mostly equivalent to
<varname>TemporaryFileSystem=</varname> with <literal>:ro</literal>.</para>
@@ -1515,7 +1515,7 @@ StateDirectory=aaa/bbb ccc</programlisting>
<para>Note that these settings will disconnect propagation of mounts from the unit's processes to the
host. This means that this setting may not be used for services which shall be able to install mount points in
- the main mount namespace. For <varname>ReadWritePaths=</varname> and <varname>ReadOnlyPaths=</varname>
+ the main mount namespace. For <varname>ReadWritePaths=</varname> and <varname>ReadOnlyPaths=</varname>,
propagation in the other direction is not affected, i.e. mounts created on the host generally appear in the
unit processes' namespace, and mounts removed on the host also disappear there too. In particular, note that
mount propagation from host to unit will result in unmodified mounts to be created in the unit's namespace,