mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man,docs: suffix directories with /
This commit is contained in:
parent
fc932ed48f
commit
5d4072d0ed
@ -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`:
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user