1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

man: fix examples indentation in tmpfiles.d(5)

This commit is contained in:
Lennart Poettering 2015-04-13 15:23:07 +02:00
parent 0ac0b1e720
commit bd1100898d

View File

@ -546,15 +546,15 @@
boot with specific modes and ownership.</para> boot with specific modes and ownership.</para>
<programlisting>d /run/screens 1777 root root 10d <programlisting>d /run/screens 1777 root root 10d
d /run/uscreens 0755 root root 10d12h d /run/uscreens 0755 root root 10d12h
t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting> t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting>
</example> </example>
<example> <example>
<title>/etc/tmpfiles.d/abrt.conf example</title> <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> <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 <programlisting>d /var/tmp/abrt 0755 abrt abrt
x /var/tmp/abrt/*</programlisting> x /var/tmp/abrt/*</programlisting>
</example> </example>
</refsect1> </refsect1>