X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=1c079f64bcbc6e152b39c5bbf442c78111de00f0;hp=9fc4b7cd8f9ad47a592cf9d9bb5475cb0bb69325;hb=a7c0e5d714512dc3f9fe30c136778257246f3279;hpb=265ffa1e05acf12769a64d0734fd2472237c03c5 diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 9fc4b7cd8..1c079f64b 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -158,11 +158,11 @@ L /tmp/foobar - - - - /dev/null m If the - specified file path exists + specified file path exists, adjust its access mode, group and user to the specified values and reset the SELinux - label. If it doesn't exist do + label. If it does not exist, do nothing. @@ -184,15 +184,18 @@ L /tmp/foobar - - - - /dev/null X 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.