anitazha / rpms / systemd

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