]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: tmpfiles.d: add info about age field 1610/head
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 8d3ed37ae3f628cba2ef25d513e7c777f1668b36..3cee0fff59fe3c8333e94bd344490d4c81491520 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>