diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-23 17:34:30 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-26 13:10:35 +0100 |
commit | 932abebf4db938c9bd9134fee12b67cb9b37d009 (patch) | |
tree | 32011f0cf770b4e73c2243a7b65ec34257531e76 /man/systemd-cryptenroll.xml | |
parent | man: fix indentation (diff) | |
download | systemd-932abebf4db938c9bd9134fee12b67cb9b37d009.tar.xz systemd-932abebf4db938c9bd9134fee12b67cb9b37d009.zip |
man: fix markup
<arg> is not allowed inside <term>.
Diffstat (limited to 'man/systemd-cryptenroll.xml')
-rw-r--r-- | man/systemd-cryptenroll.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml index 4654617665..a308a2ebdc 100644 --- a/man/systemd-cryptenroll.xml +++ b/man/systemd-cryptenroll.xml @@ -493,7 +493,7 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-pcrs=</option><arg rep="repeat">PCR</arg></term> + <term><option>--tpm2-pcrs=</option><replaceable>PCR<optional>+PCR...</optional></replaceable></term> <listitem><para>Configures the TPM2 PCRs (Platform Configuration Registers) to bind to when enrollment is requested via <option>--tpm2-device=</option>. Takes a list of PCR entries, where each @@ -539,9 +539,9 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-public-key=</option><arg>PATH</arg></term> - <term><option>--tpm2-public-key-pcrs=</option><arg rep="repeat">PCR</arg></term> - <term><option>--tpm2-signature=</option><arg>PATH</arg></term> + <term><option>--tpm2-public-key=</option><replaceable>PATH</replaceable></term> + <term><option>--tpm2-public-key-pcrs=</option><replaceable>PCR<optional>+PCR...</optional></replaceable></term> + <term><option>--tpm2-signature=</option><replaceable>PATH</replaceable></term> <listitem><para>Configures a TPM2 signed PCR policy to bind encryption to. The <option>--tpm2-public-key=</option> option accepts a path to a PEM encoded RSA public key, to bind @@ -579,7 +579,7 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-pcrlock=</option><arg>PATH</arg></term> + <term><option>--tpm2-pcrlock=</option><replaceable>PATH</replaceable></term> <listitem><para>Configures a TPM2 pcrlock policy to bind encryption to. Expects a path to a pcrlock policy file as generated by the @@ -593,7 +593,7 @@ </varlistentry> <varlistentry> - <term><option>--wipe-slot=</option><arg rep="repeat">SLOT</arg></term> + <term><option>--wipe-slot=</option><replaceable>SLOT<optional>,SLOT...</optional></replaceable></term> <listitem><para>Wipes one or more LUKS2 key slots. Takes a comma separated list of numeric slot indexes, or the special strings <literal>all</literal> (for wiping all key slots), |