diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index b6e5c2e1567..9ebf2b3c64d 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 217010ca1c8..3a5ea94acaa 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 2419b866049..c232df41a16 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.