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.environment-generator.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.environment-generator.xml')
-rw-r--r-- | man/systemd.environment-generator.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.environment-generator.xml b/man/systemd.environment-generator.xml index a806f7bcf3..4ffe89065d 100644 --- a/man/systemd.environment-generator.xml +++ b/man/systemd.environment-generator.xml @@ -65,7 +65,7 @@ to <filename>/dev/null</filename> or an empty file can be used to mask a generator, thereby preventing it from running. Please note that the order of the two directories with the highest priority is reversed with respect to the unit load path, and generators in - <filename>/run</filename> overwrite those in <filename>/etc</filename>.</para> + <filename>/run/</filename> overwrite those in <filename>/etc/</filename>.</para> <para>After installing new generators or updating the configuration, <command>systemctl daemon-reload</command> may be executed. This will re-run all generators, updating environment |