]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/standard-conf: directory paths should end with '/' 29242/head
authorFranck Bui <fbui@suse.com>
Wed, 20 Sep 2023 15:40:53 +0000 (17:40 +0200)
committerFranck Bui <fbui@suse.com>
Thu, 21 Sep 2023 16:54:46 +0000 (18:54 +0200)
Follow-up for c76f2fb0e59340222ce21f85c17d384c114db9de.

man/standard-conf.xml
src/core/system.conf.in

index c4f287786429e8b8d4eaa589a1c7db1fb4894475..cc2b87401672db40257991643c3cb3d84b79f359 100644 (file)
 
     <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
index fd7e9e4647778f13d72dec6b2e7f3431323d6c1d..05eb6812700640605553482cbb50a6a8a4aee2d3 100644 (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.
 #