diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-12-16 18:27:35 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-12-16 18:27:35 +0100 |
commit | 777b87e702197ad1f2d0f2a3aea5271d18062c5c (patch) | |
tree | f16a5a7d2279ff32c5388d348b9959451e9419f5 /man/systemd-tmpfiles.xml | |
parent | 062e01bbdbc3201e4c99bc0b702cb04a0ae2190c (diff) |
tmpfiles: add 'z', like 'Z' but not recursive
Diffstat (limited to 'man/systemd-tmpfiles.xml')
-rw-r--r-- | man/systemd-tmpfiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 74dfd5ac7e..bbb80b2f98 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -84,8 +84,8 @@ <listitem><para>If this option is passed all files and directories marked with f, F, d, D in the configuration files are - created. Files and directories marked with Z - have their ownership, access mode and security + created. Files and directories marked with z, + Z have their ownership, access mode and security labels set.</para></listitem> </varlistentry> |