From 5d4072d0ed9264e30b4a5501e6d5ee7e6c442585 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Fri, 20 Oct 2023 22:52:12 +0800 Subject: [PATCH] man,docs: suffix directories with / --- docs/ENVIRONMENT.md | 2 +- man/systemctl.xml | 4 ++-- man/systemd-soft-reboot.service.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index b6e5c2e156..9ebf2b3c64 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -141,7 +141,7 @@ All tools: * `$SYSTEMCTL_SKIP_AUTO_SOFT_REBOOT=1` — if set, do not automatically soft-reboot instead of reboot when a new root file system has been loaded in - `/run/nextroot`. + `/run/nextroot/`. `systemd-nspawn`: diff --git a/man/systemctl.xml b/man/systemctl.xml index 217010ca1c..3a5ea94aca 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1655,7 +1655,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err If a new kernel has been loaded via kexec --load, a kexec will be performed instead of a reboot, unless SYSTEMCTL_SKIP_AUTO_KEXEC=1 has been set. If a new root file system has - been setup on /run/nextroot, a soft-reboot will be + been set up on /run/nextroot/, a soft-reboot will be performed instead of a reboot, unless SYSTEMCTL_SKIP_AUTO_SOFT_REBOOT=1 has been set. @@ -1711,7 +1711,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err systemd-soft-reboot.service8 for details. - If a new root file system has been setup on /run/nextroot, a + If a new root file system has been set up on /run/nextroot/, a soft-reboot will be performed when reboot is invoked, unless SYSTEMCTL_SKIP_AUTO_SOFT_REBOOT=1 has been set. diff --git a/man/systemd-soft-reboot.service.xml b/man/systemd-soft-reboot.service.xml index 2419b86604..c232df41a1 100644 --- a/man/systemd-soft-reboot.service.xml +++ b/man/systemd-soft-reboot.service.xml @@ -165,7 +165,7 @@ ExecStart=sleep infinity executed directly. Instead, trigger system shutdown with a command such as systemctl soft-reboot. - Note that if a new root file system has been setup on /run/nextroot, a + Note that if a new root file system has been set up on /run/nextroot/, a soft-reboot will be performed when the reboot command is invoked. -- 2.25.1