diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 18:08:21 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 18:44:05 +0200 |
commit | 3b1211574b0feeccb0d507b6f5db353d3a1a72c4 (patch) | |
tree | bbd4626f846b8bfa4bc01c907b6c6985434b9385 /man/systemd-delta.xml | |
parent | man: add a note about flags on /tmp and /var/tmp (diff) | |
download | systemd-3b1211574b0feeccb0d507b6f5db353d3a1a72c4.tar.xz systemd-3b1211574b0feeccb0d507b6f5db353d3a1a72c4.zip |
man: use trailing slash on directories in more places
Diffstat (limited to 'man/systemd-delta.xml')
-rw-r--r-- | man/systemd-delta.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index 02d7b88510..381add7f0c 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -34,9 +34,9 @@ <para><command>systemd-delta</command> may be used to identify and compare configuration files that override other configuration - files. Files in <filename>/etc</filename> have highest priority, - files in <filename>/run</filename> have the second highest - priority, …, files in <filename>/usr/lib</filename> have lowest + files. Files in <filename>/etc/</filename> have highest priority, + files in <filename>/run/</filename> have the second highest + priority, …, files in <filename>/usr/lib/</filename> have lowest priority. Files in a directory with higher priority override files with the same name in directories of lower priority. In addition, certain configuration files can have <literal>.d</literal> @@ -54,8 +54,8 @@ <para>The command line argument will be split into a prefix and a suffix. Either is optional. The prefix must be one of the directories containing configuration files - (<filename>/etc</filename>, <filename>/run</filename>, - <filename>/usr/lib</filename>, …). If it is given, only + (<filename>/etc/</filename>, <filename>/run/</filename>, + <filename>/usr/lib/</filename>, …). If it is given, only overriding files contained in this directory will be shown. Otherwise, all overriding files will be shown. The suffix must be a name of a subdirectory containing configuration files like |