summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-19 13:27:43 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-19 13:34:31 +0000
commit9d261cbdbe011fcaf1b96661c62b3882409dc690 (patch)
treea49c1e8482dcdf3fffc63f58a5f5216b657d59ee /man
parent9badb85de0821c98c7adf5dc90b2ba590987dbb5 (diff)
man: tmpfiles.d: add info about age field
The age field applies to lines starting with `v`, `C`, `X` too. See the function `clean_item` in the file `src/tmpfiles/tmpfiles.c`
Diffstat (limited to 'man')
-rw-r--r--man/tmpfiles.d.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 8d3ed37ae3..3cee0fff59 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -506,8 +506,9 @@
<para>The age field only applies to lines
starting with <varname>d</varname>,
- <varname>D</varname>, and
- <varname>x</varname>. If omitted or set to
+ <varname>D</varname>, <varname>v</varname>,
+ <varname>C</varname>, <varname>x</varname> and
+ <varname>X</varname>. If omitted or set to
<literal>-</literal>, no automatic clean-up is
done.</para>