man,docs: suffix directories with /

This commit is contained in:
Mike Yuan 2023-10-20 22:52:12 +08:00
parent fc932ed48f
commit 5d4072d0ed
No known key found for this signature in database
GPG key ID: 417471C0A40F58B3
3 changed files with 4 additions and 4 deletions

View file

@ -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`:

View file

@ -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>

View file

@ -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>