man/standard-conf: directory paths should end with '/'

Follow-up for c76f2fb0e5.
This commit is contained in:
Franck Bui 2023-09-20 17:40:53 +02:00
parent c60801738c
commit cae6ba720a
2 changed files with 3 additions and 3 deletions

View File

@ -43,10 +43,10 @@
<para>The default configuration is set during compilation, so configuration is only needed when it is
necessary to deviate from those defaults. The main configuration file is either in
<filename>/usr/lib/systemd</filename> or <filename>/etc/systemd/</filename> and contains commented out
<filename>/usr/lib/systemd/</filename> or <filename>/etc/systemd/</filename> and contains commented out
entries showing the defaults as a guide to the administrator. Local overrides can be created by creating
drop-ins, as described below. The main configuration file can also be edited for this purpose (or a copy
in <filename>/etc</filename> if it's shipped in <filename>/usr</filename>) however using drop-ins for
in <filename>/etc/</filename> if it's shipped in <filename>/usr/</filename>) however using drop-ins for
local configuration is recommended over modifications to the main configuration file.</para>
<para>In addition to the "main" configuration file, drop-in configuration snippets are read from

View File

@ -10,7 +10,7 @@
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
# /etc/systemd/system.conf.d/ directory. The latter is generally recommended.
# Defaults can be restored by simply deleting the main configuration file and
# all drop-ins located in /etc.
# all drop-ins located in /etc/.
#
# Use 'systemd-analyze cat-config systemd/system.conf' to display the full config.
#