diff --git a/man/crypttab.xml b/man/crypttab.xml
index 474d3d83e01..dc43257d4ed 100644
--- a/man/crypttab.xml
+++ b/man/crypttab.xml
@@ -218,16 +218,23 @@
- This device will not be automatically unlocked
- on boot.
+ This device will not be added to cryptsetup.target.
+ This means that it will not be automatically unlocked on boot, unless something else pulls
+ it in. In particular, if the device is used for a mount point, it'll be unlocked
+ automatically during boot, unless the mount point itself is also disabled with
+ .
- The system will not wait for the device to
- show up and be unlocked at boot, and not fail the boot if it
- does not show up.
+ This device will not be a hard dependency of
+ cryptsetup.target. It'll be still pulled in and started, but the system
+ will not wait for the device to show up and be unlocked, and boot will not fail if this is
+ unsuccessful. Note that other units that depend on the unlocked device may still fail. In
+ particular, if the device is used for a mount point, the mount point itself is also needs to
+ have option, or the boot will fail if the device is not unlocked
+ successfully.
diff --git a/man/halt.xml b/man/halt.xml
index 0abcdb475cb..78860d94dd8 100644
--- a/man/halt.xml
+++ b/man/halt.xml
@@ -166,8 +166,12 @@
Notes
- These are legacy commands available for compatibility
- only.
+ These commands are implemented in a way that preserves compatiblity with
+ the original SysV commands.
+ systemctl1
+ verbs halt, poweroff,
+ reboot provide the same functionality with some additional
+ features.