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-machine-id-setup.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-machine-id-setup.xml')
-rw-r--r-- | man/systemd-machine-id-setup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml index 7caf35f8e8..0454c11c8c 100644 --- a/man/systemd-machine-id-setup.xml +++ b/man/systemd-machine-id-setup.xml @@ -98,12 +98,12 @@ <literal>tmpfs</literal>) to <filename>/etc/machine-id</filename> during the early phase of the boot process. This may happen because - <filename>/etc</filename> is initially read-only and was + <filename>/etc/</filename> is initially read-only and was missing a valid machine ID file at that point.</para> <para>This command will execute no operation if <filename>/etc/machine-id</filename> is not mounted from a - memory file system, or if <filename>/etc</filename> is + memory file system, or if <filename>/etc/</filename> is read-only. The command will write the current transient machine ID to disk and unmount the <filename>/etc/machine-id</filename> mount point in a |