diff options
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 |