diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-12-16 00:38:22 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-12-16 00:38:22 +0100 |
commit | a37b560a63f9b48980b94fc1cf9cd4fe25e3b904 (patch) | |
tree | ac2c7f4bbedb197825a904e3be85f8cc6d143690 /man/tmpfiles.d.xml | |
parent | 462d63db0680c2b69d5426ded197342372ebe309 (diff) |
man: mention that 'Z' ignores uid/gid/mode
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 580d99cfcb..6a2a3774ae 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -175,7 +175,7 @@ d /run/user 0755 root root 10d</programlisting> creating this file or directory. If omitted or when set to - the default is used: 0755 for directories, 0644 for files. This parameter is - ignored for x, r, R lines.</para> + ignored for x, r, R, Z lines.</para> </refsect2> <refsect2> @@ -186,7 +186,7 @@ d /run/user 0755 root root 10d</programlisting> user/group ID or a user or group name. If omitted or when set to - the default 0 (root) is used. . These parameters are ignored for x, - r, R lines.</para> + r, R, Z lines.</para> </refsect2> <refsect2> |