diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml
index 097cf7518b..d5719bc463 100644
--- a/man/systemd-cryptenroll.xml
+++ b/man/systemd-cryptenroll.xml
@@ -128,8 +128,11 @@
BOOL
- When enrolling a FIDO2 security token, controls whether to require the user to
- enter a PIN when unlocking the volume. Defaults to yes.
+ When enrolling a FIDO2 security token, controls whether to require the user to enter
+ a PIN when unlocking the volume (the FIDO2 clientPin feature). Defaults to
+ yes. (Note: this setting is without effect if the security token does not support
+ the clientPin feature at all, or does not allow enabling or disabling
+ it.)
@@ -137,7 +140,8 @@
When enrolling a FIDO2 security token, controls whether to require the user to
verify presence (tap the token, the FIDO2 up feature) when unlocking the volume.
- Defaults to yes.
+ Defaults to yes. (Note: this setting is without effect if the security token does not support
+ the up feature at all, or does not allow enabling or disabling it.)
@@ -145,8 +149,9 @@
BOOLWhen enrolling a FIDO2 security token, controls whether to require user verification
- when unlocking the volume (the FIDO2 uv feature)). Defaults to no.
-
+ when unlocking the volume (the FIDO2 uv feature). Defaults to
+ no. (Note: this setting is without effect if the security token does not support
+ the uv feature at all, or does not allow enabling or disabling it.)