1ff636
From fc3494e5b171b36621b7bc95ba65ee4b58789283 Mon Sep 17 00:00:00 2001
1ff636
From: Lennart Poettering <lennart@poettering.net>
1ff636
Date: Mon, 13 Apr 2015 15:23:07 +0200
1ff636
Subject: [PATCH] man: fix examples indentation in tmpfiles.d(5)
1ff636
1ff636
(cherry picked from commit bd1100898d63e9e2d8f6327b6895454f9abd5bd0)
1ff636
1ff636
Cherry-picked from: c784558
1ff636
Resolves: #1222517
1ff636
---
1ff636
 man/tmpfiles.d.xml | 6 +++---
1ff636
 1 file changed, 3 insertions(+), 3 deletions(-)
1ff636
1ff636
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
Pablo Greco 48fc63
index 4bd0fcf751..9b4e11c1b9 100644
1ff636
--- a/man/tmpfiles.d.xml
1ff636
+++ b/man/tmpfiles.d.xml
1ff636
@@ -504,15 +504,15 @@
1ff636
       boot with specific modes and ownership.</para>
1ff636
 
1ff636
       <programlisting>d /run/screens  1777 root root 10d
1ff636
-      d /run/uscreens 0755 root root 10d12h
1ff636
-      t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting>
1ff636
+d /run/uscreens 0755 root root 10d12h
1ff636
+t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting>
1ff636
     </example>
1ff636
     <example>
1ff636
       <title>/etc/tmpfiles.d/abrt.conf example</title>
1ff636
       <para><command>abrt</command> needs a directory created at boot with specific mode and ownership and its content should be preserved.</para>
1ff636
 
1ff636
       <programlisting>d /var/tmp/abrt 0755 abrt abrt
1ff636
-      x /var/tmp/abrt/*</programlisting>
1ff636
+x /var/tmp/abrt/*</programlisting>
1ff636
     </example>
1ff636
   </refsect1>
1ff636