diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-13 15:23:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-13 15:23:52 +0200 |
commit | bd1100898d63e9e2d8f6327b6895454f9abd5bd0 (patch) | |
tree | 0a58fa785ed7ddbf05bd153d9a8e60f2009bcbc5 | |
parent | 0ac0b1e720d009c021730a8627f2ad3d93047a85 (diff) |
man: fix examples indentation in tmpfiles.d(5)
-rw-r--r-- | man/tmpfiles.d.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 2882a059ef..107d422a7d 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -546,15 +546,15 @@ 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> |