]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptenroll: change man page example to remove leading 0x and lowercase hex 28916/head
authorDan Streetman <ddstreet@ieee.org>
Mon, 21 Aug 2023 23:25:49 +0000 (19:25 -0400)
committerDan Streetman <ddstreet@ieee.org>
Thu, 24 Aug 2023 16:35:58 +0000 (12:35 -0400)
man/systemd-cryptenroll.xml

index cea2072c472c9aac66512a62eeb45c4551c96889..a959217ebbaddac46178371f7511602a072655ba 100644 (file)
         specifies that PCR registers 4, 1, and 5 should be used.</para>
         <para>Example: <option>--tpm2-pcrs=7:sha256</option> specifies that PCR register 7 from the SHA256
         bank should be used.</para>
-        <para>Example: <option>--tpm2-pcrs=4:sha1=0x3A3F780F11A4B49969FCAA80CD6E3957C33B2275</option>
+        <para>Example: <option>--tpm2-pcrs=4:sha1=3a3f780f11a4b49969fcaa80cd6e3957c33b2275</option>
         specifies that PCR register 4 from the SHA1 bank should be used, and a hash digest value of
-        0x3A3F780F11A4B49969FCAA80CD6E3957C33B2275 will be used instead of reading the current PCR
+        3a3f780f11a4b49969fcaa80cd6e3957c33b2275 will be used instead of reading the current PCR
         value.</para>
         </listitem>
       </varlistentry>