diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-04-07 18:26:15 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-05-15 19:30:51 +0200 |
commit | ebe12d8493e2e8d292e8f7b8ac2b0987d1a815d6 (patch) | |
tree | 8d660f23326134a7ff652d5afbd4e2539dc65e30 /man | |
parent | dbfb698668578da0b53812c6ee5b4d410b5dc546 (diff) | |
download | systemd-ebe12d8493e2e8d292e8f7b8ac2b0987d1a815d6.tar.gz |
man: fix quickhelp listing in tmpfiles.d(5)
Unlike many other small/big letter combos, this one has the recursive
version attached to the lowercase letter.
(cherry picked from commit 3dd61ee5be0291380d341571e138713d2f89125a)
(cherry picked from commit ba8032c414dcf7c627cee3e979654bc5e294def3)
Diffstat (limited to 'man')
-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 49ce8375a4..e4104b22f9 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -58,8 +58,8 @@ c+ /dev/char-device-to-[re]create mode user group - major b /dev/block-device-to-create mode user group - major:minor b+ /dev/block-device-to-[re]create mode user group - major:minor C /target/to/create - - - - /source/to/copy -x /path-or-glob/to/ignore - - - - - -X /path-or-glob/to/ignore/recursively - - - - - +x /path-or-glob/to/ignore/recursively - - - - - +X /path-or-glob/to/ignore - - - - - r /empty/dir/to/remove - - - - - R /dir/to/remove/recursively - - - - - z /path-or-glob/to/adjust/mode mode user group - - |