From: Dan Streetman Date: Mon, 21 Aug 2023 23:25:49 +0000 (-0400) Subject: cryptenroll: change man page example to remove leading 0x and lowercase hex X-Git-Tag: v255-rc1~630^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28916%2Fhead;p=thirdparty%2Fsystemd.git cryptenroll: change man page example to remove leading 0x and lowercase hex --- diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml index cea2072c472..a959217ebba 100644 --- a/man/systemd-cryptenroll.xml +++ b/man/systemd-cryptenroll.xml @@ -403,9 +403,9 @@ specifies that PCR registers 4, 1, and 5 should be used. Example: specifies that PCR register 7 from the SHA256 bank should be used. - Example: + Example: 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.