chiark / gitweb /
service: introduce WatchdogSec and hook up the watchdog with the existing failure...
[elogind.git] / man / systemd-tmpfiles.xml
index 986a442ebbfa175ec7edc4df130d9f60fdaf1e84..bbb80b2f98a8a597a801c16f3cabdd62c67cfa71 100644 (file)
@@ -58,7 +58,7 @@
                 <title>Description</title>
 
                 <para><command>systemd-tmpfiles</command> creates,
-                deletes and cleans up volatile ad temporary files and
+                deletes and cleans up volatile and temporary files and
                 directories, based on the configuration from
                 <filename>/etc/tmpfiles.d/</filename>. See
                 <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
@@ -84,7 +84,9 @@
                                 <listitem><para>If this option is passed all
                                 files and directories marked with f,
                                 F, d, D in the configuration files are
-                                created.</para></listitem>
+                                created. Files and directories marked with z,
+                                Z have their ownership, access mode and security
+                                labels set.</para></listitem>
                         </varlistentry>
 
                         <varlistentry>
                 and <option>--remove</option> in one invocation. For
                 example, during boot the following command line is
                 executed to ensure that all temporary and volatile
-                directores are removed and created according to the
+                directories are removed and created according to the
                 configuration file:</para>
 
-                <programlisting>systemctl-tmpfiles --remove --create</programlisting>
+                <programlisting>systemd-tmpfiles --remove --create</programlisting>
 
         </refsect1>