summaryrefslogtreecommitdiffstats
path: root/man/systemd-cryptenroll.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-09-24 09:12:02 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-09-27 09:19:02 +0200
commit880e1e07295f09f6100876c8d8826d14bb3bd7a7 (patch)
tree8f7dd6119637d760b27d8290ac410fe2fcb3ced7 /man/systemd-cryptenroll.xml
parentdocs: add spdx tags to all .md files (diff)
downloadsystemd-880e1e07295f09f6100876c8d8826d14bb3bd7a7.tar.xz
systemd-880e1e07295f09f6100876c8d8826d14bb3bd7a7.zip
man: minor grammar fixups in systemd-cryptenroll
Diffstat (limited to '')
-rw-r--r--man/systemd-cryptenroll.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml
index 4ab3d5b56b..f763a19149 100644
--- a/man/systemd-cryptenroll.xml
+++ b/man/systemd-cryptenroll.xml
@@ -29,19 +29,21 @@
<refsect1>
<title>Description</title>
- <para><command>systemd-cryptenroll</command> is a tool for enrolling hardware security tokens and devices into a
- LUKS2 encrypted volume, which may then be used to unlock the volume during boot. Specifically, it supports
- tokens and credentials of the following kind to be enrolled:</para>
+ <para><command>systemd-cryptenroll</command> is a tool for enrolling hardware security tokens and devices
+ into a LUKS2 encrypted volume, which may then be used to unlock the volume during boot. Specifically, it
+ supports tokens and credentials of the following kind to be enrolled:</para>
<orderedlist>
- <listitem><para>PKCS#11 security tokens and smartcards that may carry an RSA key pair (e.g. various YubiKeys)</para></listitem>
+ <listitem><para>PKCS#11 security tokens and smartcards that may carry an RSA key pair (e.g. various
+ YubiKeys)</para></listitem>
- <listitem><para>FIDO2 security tokens that implement the <literal>hmac-secret</literal> extension (most FIDO2 keys, including YubiKeys)</para></listitem>
+ <listitem><para>FIDO2 security tokens that implement the <literal>hmac-secret</literal> extension (most
+ FIDO2 keys, including YubiKeys)</para></listitem>
<listitem><para>TPM2 security devices</para></listitem>
<listitem><para>Recovery keys. These are similar to regular passphrases, however are randomly generated
- on the computer and thus generally have higher entropy than user chosen passphrases. Their character
+ on the computer and thus generally have higher entropy than user-chosen passphrases. Their character
set has been designed to ensure they are easy to type in, while having high entropy. They may also be
scanned off screen using QR codes. Recovery keys may be used for unlocking LUKS2 volumes wherever
passphrases are accepted. They are intended to be used in combination with an enrolled hardware
@@ -75,9 +77,10 @@
<varlistentry>
<term><option>--recovery-key</option></term>
- <listitem><para>Enroll a recovery key. Recovery keys are most identical to passphrases, but are
- computer generated instead of human chosen, and thus have a guaranteed high entropy. The key uses a
- character set that is easy to type in, and may be scanned off screen via a QR code.</para></listitem>
+ <listitem><para>Enroll a recovery key. Recovery keys are mostly identical to passphrases, but are
+ computer-generated instead of being chosen by a human, and thus have a guaranteed high entropy. The
+ key uses a character set that is easy to type in, and may be scanned off screen via a QR code.
+ </para></listitem>
</varlistentry>
<varlistentry>