X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=1df4a043e88545ee6169e4522ec47ee4149fdbb1;hp=7bdb6de0b0368781e10375f7979d5e7d54e490eb;hb=a7c64469b68f442bcaaf771ac14a88c1b2a08b29;hpb=e17fb72914e328f962e5df1bf88f301c0e7fa6e1 diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 7bdb6de0b..1df4a043e 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -42,9 +42,13 @@ tmpfiles.d - configuration for creation, deletion and cleaning of tmpfiles + Configuration for creation, deletion and cleaning of temporary and volatile files + + /etc/tmpfiles.d/*.conf + + Description @@ -55,7 +59,7 @@ /var/run or /tmp). Each configuration file is named in the style of - /etc/tmpfiles.d/<program>.conf + /etc/tmpfiles.d/<program>.conf. @@ -73,37 +77,37 @@ d /var/run/user 0755 root root 10d f - create a file if it doesn't exist yet + Create a file if it doesn't exist yet F - create or truncate a file + Create or truncate a file d - create a directory if it doesn't exist yet + Create a directory if it doesn't exist yet D - create or empty a directory + Create or empty a directory x - ignore a path + Ignore a path r - remove a path + Remove a path R - recursively remove a path + Recursively remove a path