]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Minor punctuation and word tweak
authoradrian5 <adrian5@users.noreply.github.com>
Mon, 29 Aug 2022 02:24:56 +0000 (04:24 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 29 Aug 2022 02:29:57 +0000 (11:29 +0900)
man/systemd.exec.xml

index 2e843be2e5446df15ae0a6245b935bf5984bd2b6..0a2b6da772520241d84211a12657f40e9ea48bf0 100644 (file)
@@ -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,