]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix examples indentation in tmpfiles.d(5)
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Apr 2015 13:23:07 +0000 (15:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 13 Apr 2015 13:23:52 +0000 (15:23 +0200)
man/tmpfiles.d.xml

index 2882a059ef47d8952cd35b7edc7793ea2d59fe7c..107d422a7dbaabbf6c8f9bfd9d5d885e3f9cd007 100644 (file)
       boot with specific modes and ownership.</para>
 
       <programlisting>d /run/screens  1777 root root 10d
-      d /run/uscreens 0755 root root 10d12h
-      t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting>
+d /run/uscreens 0755 root root 10d12h
+t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting>
     </example>
     <example>
       <title>/etc/tmpfiles.d/abrt.conf example</title>
       <para><command>abrt</command> needs a directory created at boot with specific mode and ownership and its content should be preserved.</para>
 
       <programlisting>d /var/tmp/abrt 0755 abrt abrt
-      x /var/tmp/abrt/*</programlisting>
+x /var/tmp/abrt/*</programlisting>
     </example>
   </refsect1>