man: tmpfiles.d: add info about age field
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 19 Oct 2015 13:27:43 +0000 (13:27 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 19 Oct 2015 13:34:31 +0000 (13:34 +0000)
The age field applies to lines starting with `v`, `C`, `X` too.
See the function `clean_item` in the file `src/tmpfiles/tmpfiles.c`

man/tmpfiles.d.xml

index 8d3ed37..3cee0ff 100644 (file)
 
       <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>