summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorVáclav Pavlín <vpavlin@redhat.com>2013-10-03 15:47:26 +0200
committerLukas Nykryn <lnykryn@redhat.com>2013-10-03 15:49:03 +0200
commite776c8cfcdd65d243ba3f156ded905c589cab24f (patch)
tree19a34fd3c24789146e8a77c4c90b59d3e7570c5b /man
parent59fccd82117cf9a84454f41867a882f872916dc5 (diff)
man: Improve the description of parameter X in tmpfiles.d page
Diffstat (limited to 'man')
-rw-r--r--man/tmpfiles.d.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 9fc4b7cd8..e8b630da2 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -184,15 +184,18 @@ L /tmp/foobar - - - - /dev/null</programlisting>
<varlistentry>
<term><varname>X</varname></term>
<listitem><para>Ignore a path
- during cleanup. Use this type
- to prevent path removal as
- controlled with the Age parameter.
- Note that if path is a directory,
- content of a directory is not
- excluded from clean-up, only
- directory itself. Lines of this
- type accept shell-style globs
- in place of normal path
+ during cleaning. Use this type
+ to exclude paths from clean-up
+ as controlled with the Age
+ parameter. Unlike x this
+ parameter will not exclude the
+ content if path is a directory,
+ but only directory itself.
+ Note that lines of this type do
+ not influence the effect of r
+ or R lines. Lines of this type
+ accept shell-style globs in
+ place of normal path
names.</para></listitem>
</varlistentry>