]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/pcrlock: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Jun 2025 04:12:42 +0000 (13:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Jun 2025 04:13:14 +0000 (13:13 +0900)
Follow-up for ccd2bf48b2d736e335f217d5621a817aa1b6beeb.

man/systemd-pcrlock.xml

index de77e7da1414b71ace8793f56cfc9689b2538fc2..1b5748edc91bc41ce54310a56aadf52475fd6039 100644 (file)
         <command>systemd-pcrlock</command> to work correctly. This does similar tests as
         <command>systemd-analyze has-tpm2</command>, but also checks for supported of the TPM2 operations
         requires by <command>systemd-pcrlock</command>. Outputs one of <literal>no</literal>,
-        <literal>partial</literal> (in case some parts of TPM2 support are avaialable in hardware, firmware,
+        <literal>partial</literal> (in case some parts of TPM2 support are available in hardware, firmware,
         OS, but not complete), <literal>obsolete</literal> (if TPM2 support is available in hardware,
         firmware and OS, but the operations required for <command>systemd-pcrlock</command> are missing),
         <literal>yes</literal>. Returns an exit status of zero if full support is available, otherwise