dcavalca / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone
a52f674
From 5b248f13e4f453ed5a44602a9a0c8e029044499c Mon Sep 17 00:00:00 2001
794d16c
From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= <vpavlin@redhat.com>
794d16c
Date: Thu, 3 Oct 2013 15:47:26 +0200
794d16c
Subject: [PATCH] man: Improve the description of parameter X in tmpfiles.d
794d16c
 page
794d16c
794d16c
---
794d16c
 man/tmpfiles.d.xml | 21 ++++++++++++---------
794d16c
 1 file changed, 12 insertions(+), 9 deletions(-)
794d16c
794d16c
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
1cc3df3
index 9fc4b7cd8f..e8b630da24 100644
794d16c
--- a/man/tmpfiles.d.xml
794d16c
+++ b/man/tmpfiles.d.xml
794d16c
@@ -184,15 +184,18 @@ L    /tmp/foobar -    -    -    -   /dev/null</programlisting>
794d16c
                                 <varlistentry>
794d16c
                                         <term><varname>X</varname></term>
794d16c
                                         <listitem><para>Ignore a path
794d16c
-                                        during cleanup. Use this type
794d16c
-                                        to prevent path removal as
794d16c
-                                        controlled with the Age parameter.
794d16c
-                                        Note that if path is a directory,
794d16c
-                                        content of a directory is not
794d16c
-                                        excluded from clean-up, only
794d16c
-                                        directory itself. Lines of this
794d16c
-                                        type accept shell-style globs
794d16c
-                                        in place of normal path
794d16c
+                                        during cleaning. Use this type
794d16c
+                                        to exclude paths from clean-up
794d16c
+                                        as controlled with the Age
794d16c
+                                        parameter. Unlike x this
794d16c
+                                        parameter will not exclude the
794d16c
+                                        content if path is a directory,
794d16c
+                                        but only directory itself.
794d16c
+                                        Note that lines of this type do
794d16c
+                                        not influence the effect of r
794d16c
+                                        or R lines. Lines of this type
794d16c
+                                        accept shell-style globs in
794d16c
+                                        place of normal path
794d16c
                                         names.</para></listitem>
794d16c
                                 </varlistentry>
794d16c