diff --git a/man/systemd-cryptsetup.xml b/man/systemd-cryptsetup.xml
index 5f12dc4748..72dc56390f 100644
--- a/man/systemd-cryptsetup.xml
+++ b/man/systemd-cryptsetup.xml
@@ -105,7 +105,7 @@
- System Credentials
+ Credentials
systemd-cryptsetup supports the service credentials logic as implemented by
ImportCredential=/LoadCredential=/SetCredential=
@@ -122,14 +122,6 @@
-
- cryptsetup.fido2-pin
-
- This credential specifies the FIDO2 token pin.
-
-
-
-
cryptsetup.tpm2-pin
@@ -139,9 +131,9 @@
- cryptsetup.luks2-pin
+ cryptsetup.fido2-pin
- This credential specifies the LUKS2 token pin.
+ This credential specifies the FIDO2 token pin.
@@ -153,6 +145,14 @@
+
+
+ cryptsetup.luks2-pin
+
+ This credential specifies the PIN requested by generic LUKS2 token modules.
+
+
+
diff --git a/man/systemd.system-credentials.xml b/man/systemd.system-credentials.xml
index 749d3bfb15..2a345c47b4 100644
--- a/man/systemd.system-credentials.xml
+++ b/man/systemd.system-credentials.xml
@@ -353,6 +353,20 @@
+
+
+ cryptsetup.passphrase
+ cryptsetup.tpm2-pin
+ cryptsetup.fido2-pin
+ cryptsetup.pkcs11-pin
+ cryptsetup.luks2-pin
+
+ Specifies the passphrase/PINs to use for unlock encrypted storage volumes. For details see
+ systemd-cryptsetup8.
+
+
+
+