]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: typo fixes 1193/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 7 Sep 2015 18:06:58 +0000 (20:06 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 7 Sep 2015 18:06:58 +0000 (20:06 +0200)
man/systemd-nspawn.xml
man/systemd.nspawn.xml

index b1d68b9ecdfbc1ffa8ac782af9929c7f5b2fddfc..bc5dacd98f93a702951496f832edf27887e4ded3 100644 (file)
         <filename>/etc/systemd/nspawn/</filename> and
         <filename>/run/systemd/nspawn/</filename>. If it is found
         there, its settings are read and used. If it is not found
-        there it is subequently searched in the same directory as the
+        there it is subsequently searched in the same directory as the
         image file or in the immediate parent of the root directory of
         the container. In this case, if the file is found its settings
         will be also read and used, but potentially unsafe settings
         are ignored. Note that in both these cases settings on the
-        command line take precendence over the corresponding settings
+        command line take precedence over the corresponding settings
         from loaded <filename>.nspawn</filename> files, if both are
         specified. Unsafe settings are considered all settings that
         elevate the container's privileges or grant access to
index ac0b9113737a78fe20f9102b02820862dc801a5a..7bfafb424f57286dccfa6383df5a7014b0e59546 100644 (file)
     <filename>/etc/systemd/nspawn/</filename> and
     <filename>/run/systemd/nspawn/</filename>. If found in these
     directories its settings are read and all of them take full effect
-    (but are possibly overriden by corresponding command line
+    (but are possibly overridden by corresponding command line
     arguments). If not found the file will then be searched next to
     the image file or in the immediate parent of the root directory of
     the container. If the file is found there only a subset of the
         <citerefentry><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry>
         for details). The <varname>Capability=</varname> setting
         specifies additional capabilities to pass on top of the
-        default set of capabilites. The
+        default set of capabilities. The
         <varname>DropCapability=</varname> setting specifies
         capabilities to drop from the default set. These settings
         correspond to the <option>--capability=</option> and
 
         <listitem><para>Adds a <literal>tmpfs</literal> mount to the
         container. Takes a path or a pair of path and option string,
-        separated by a colon. This option may be used mutiple times to
+        separated by a colon. This option may be used multiple times to
         configure multiple <literal>tmpfs</literal> mounts. This
         option is equivalent to the command line switch
         <option>--tmpfs=</option>, see