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