From: Pawel R. <paw...@in...> - 2022-03-09 14:53:38
|
changeset 9cda8c127b0a in /hg/p/tboot/code details: http://hg.code.sf.net/p/tboot/code/code?cmd=changeset;node=9cda8c127b0a description: Fixed a typo in man page for lcp2_crtpollist diffstat: docs/man/lcp2_crtpollist.8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 5941842afb66 -r 9cda8c127b0a docs/man/lcp2_crtpollist.8 --- a/docs/man/lcp2_crtpollist.8 Fri Mar 04 11:14:35 2022 +0100 +++ b/docs/man/lcp2_crtpollist.8 Wed Mar 09 15:53:24 2022 +0100 @@ -36,7 +36,7 @@ support rsapss and ecdsa. .TP \w'\fB--hashalg\ \fI<sha1|sha256|sha384|sha512|sm2>\fP'u+1n \fB--hashalg\ \fI<sha1|sha256|sha384|sha512|sm2>\fP -Hash algorightm used for signing a list. Lists version 0x100 only support SHA1. +Hash algorithm used for signing a list. Lists version 0x100 only support SHA1. .TP \fB--pub\ \fIfile\fP Public key to use, must be in PEM format. |