diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-10-20 16:52:12 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-10-21 00:25:35 +0200 |
commit | 5d4072d0ed9264e30b4a5501e6d5ee7e6c442585 (patch) | |
tree | 84db5f71f4ae553b38d12762b1b2fee5a64698f3 /man | |
parent | core/execute: use FOREACH_ARRAY and free_many more (diff) | |
download | systemd-5d4072d0ed9264e30b4a5501e6d5ee7e6c442585.tar.xz systemd-5d4072d0ed9264e30b4a5501e6d5ee7e6c442585.zip |
man,docs: suffix directories with /
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 4 | ||||
-rw-r--r-- | man/systemd-soft-reboot.service.xml | 2 |
2 files changed, 3 insertions, 3 deletions
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 <para>If a new kernel has been loaded via <command>kexec --load</command>, a <command>kexec</command> will be performed instead of a reboot, unless <literal>SYSTEMCTL_SKIP_AUTO_KEXEC=1</literal> has been set. If a new root file system has - been setup on <literal>/run/nextroot</literal>, a <command>soft-reboot</command> will be + been set up on <literal>/run/nextroot/</literal>, a <command>soft-reboot</command> will be performed instead of a reboot, unless <literal>SYSTEMCTL_SKIP_AUTO_SOFT_REBOOT=1</literal> has been set.</para> @@ -1711,7 +1711,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <citerefentry><refentrytitle>systemd-soft-reboot.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.</para> - <para>If a new root file system has been setup on <literal>/run/nextroot</literal>, a + <para>If a new root file system has been set up on <literal>/run/nextroot/</literal>, a <command>soft-reboot</command> will be performed when <command>reboot</command> is invoked, unless <literal>SYSTEMCTL_SKIP_AUTO_SOFT_REBOOT=1</literal> has been set.</para> 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 <literal>systemctl soft-reboot</literal>.</para> - <para>Note that if a new root file system has been setup on <literal>/run/nextroot</literal>, a + <para>Note that if a new root file system has been set up on <literal>/run/nextroot/</literal>, a <command>soft-reboot</command> will be performed when the <command>reboot</command> command is invoked.</para> </refsect1> |