Refactor -engine documentation
Common wording courtesy Richard Levitte. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10128)
This commit is contained in:
parent
9484b67dfb
commit
018aaeb478
30 changed files with 160 additions and 198 deletions
|
@ -85,6 +85,14 @@ $OpenSSL::safe::opt_r_item = ""
|
|||
. "\n"
|
||||
. "See L<openssl(1)/Random State Options> for details.";
|
||||
|
||||
# Engine option
|
||||
$OpenSSL::safe::opt_engine_synopsis = ""
|
||||
. "[B<-engine> I<id>]";
|
||||
$OpenSSL::safe::opt_engine_item = ""
|
||||
. "=item B<-engine> I<id>\n"
|
||||
. "\n"
|
||||
. "See L<openssl(1)/Engine Options>.";
|
||||
|
||||
# Trusted certs options
|
||||
$OpenSSL::safe::opt_trust_synopsis = ""
|
||||
. "[B<-CAfile> I<file>]\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue