X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-tmpfiles.xml;h=bbb80b2f98a8a597a801c16f3cabdd62c67cfa71;hp=986a442ebbfa175ec7edc4df130d9f60fdaf1e84;hb=64661ee70d5a10c6208a1cb66ecd8b158e2d8bc5;hpb=522d4a495af3a615526fccdf038d2d68f41a73c8 diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 986a442eb..bbb80b2f9 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -58,7 +58,7 @@ Description systemd-tmpfiles creates, - deletes and cleans up volatile ad temporary files and + deletes and cleans up volatile and temporary files and directories, based on the configuration from /etc/tmpfiles.d/. See tmpfiles.d5 @@ -84,7 +84,9 @@ If this option is passed all files and directories marked with f, F, d, D in the configuration files are - created. + created. Files and directories marked with z, + Z have their ownership, access mode and security + labels set. @@ -124,10 +126,10 @@ and in one invocation. For example, during boot the following command line is executed to ensure that all temporary and volatile - directores are removed and created according to the + directories are removed and created according to the configuration file: - systemctl-tmpfiles --remove --create + systemd-tmpfiles --remove --create