diff options
author | Topi Miettinen <toiwoton@gmail.com> | 2020-02-14 23:41:44 +0200 |
---|---|---|
committer | Topi Miettinen <topimiettinen@users.noreply.github.com> | 2020-02-18 10:53:14 +0000 |
commit | d4ffda38716d33dbc17faaa12034ccb77d0ed68b (patch) | |
tree | 3cf6ec028e73e994874fdbf83057209d0ae75c2f | |
parent | c667e09ba0676cebb741e8ae6313792be748248f (diff) | |
download | systemd-d4ffda38716d33dbc17faaa12034ccb77d0ed68b.tar.gz |
man: tmpfiles.d: z/Z ignore the argument
The argument is not used for any MAC context by z and Z, so drop the confusing
text from the table.
-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 cf492d8637..47fa1eb8b1 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -61,8 +61,8 @@ x /path-or-glob/to/ignore - - - - - X /path-or-glob/to/ignore/recursively - - - - - r /empty/dir/to/remove - - - - - R /dir/to/remove/recursively - - - - - -z /path-or-glob/to/adjust/mode mode user group - MAC context -Z /path-or-glob/to/adjust/mode/recursively mode user group - MAC context +z /path-or-glob/to/adjust/mode mode user group - - +Z /path-or-glob/to/adjust/mode/recursively mode user group - - t /path-or-glob/to/set/xattrs - - - - xattrs T /path-or-glob/to/set/xattrs/recursively - - - - xattrs h /path-or-glob/to/set/attrs - - - - file attrs |