]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man,docs: suffix directories with /
authorMike Yuan <me@yhndnzj.com>
Fri, 20 Oct 2023 14:52:12 +0000 (22:52 +0800)
committerMike Yuan <me@yhndnzj.com>
Fri, 20 Oct 2023 22:25:35 +0000 (06:25 +0800)
docs/ENVIRONMENT.md
man/systemctl.xml
man/systemd-soft-reboot.service.xml

index b6e5c2e1567586df34cf7f93488889a472c7d50f..9ebf2b3c64daf11298758dbd15390b98ef331934 100644 (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`:
 
index 217010ca1c80a30f50361ec7f6c1ffa26bdde4d3..3a5ea94acaa4d4fb924255a84fff2a330df5470d 100644 (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>
 
index 2419b8660494fcc62405d23b27f73d944417d2a7..c232df41a16d67329e1379fcb88cdda0ac79c027 100644 (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>