From fee0af0863dff8d13b09cd59af0afbd7e4ae2d57 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 18 Jan 2021 10:09:58 +0100 Subject: [PATCH] DOCS: Fix the last few remaining pass phrase options references There were a few lingering older style references to the pass phrase options section, now streamlined with all the others. Fixes #13883 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13885) --- doc/man1/openssl-cmp.pod.in | 20 ++++++++++---------- doc/man1/openssl-pkcs12.pod.in | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in index 09931861589..7841d2b0f3d 100644 --- a/doc/man1/openssl-cmp.pod.in +++ b/doc/man1/openssl-cmp.pod.in @@ -256,8 +256,8 @@ if any, or else the current client key, if given. Pass phrase source for the key given with the B<-newkey> option. If not given here, the password will be prompted for if needed. -For more information about the format of B see the -B section in L. +For more information about the format of B see +L. =item B<-subject> I @@ -606,8 +606,8 @@ and (as far as needed) for verifying PBM-based protection of incoming messages. PBM stands for Password-Based Message Authentication Code. This takes precedence over the B<-cert> and B<-key> options. -For more information about the format of B see the -B section in L. +For more information about the format of B see +L. =item B<-cert> I @@ -655,8 +655,8 @@ Pass phrase source for the private key given with the B<-key> option. Also used for B<-cert> and B<-oldcert> in case it is an encrypted PKCS#12 file. If not given here, the password will be prompted for if needed. -For more information about the format of B see the -B section in L. +For more information about the format of B see +L. =item B<-digest> I @@ -713,8 +713,8 @@ B<-srv_trusted>, B<-srv_untrusted>, B<-rsp_extracerts>, B<-rsp_capubs>, B<-tls_extra>, and B<-tls_trusted> options. If not given here, the password will be prompted for if needed. -For more information about the format of B see the -B section in L. +For more information about the format of B see +L. {- $OpenSSL::safe::opt_engine_item -} @@ -759,8 +759,8 @@ Pass phrase source for client's private TLS key B. Also used for B<-tls_cert> in case it is an encrypted PKCS#12 file. If not given here, the password will be prompted for if needed. -For more information about the format of B see the -B section in L. +For more information about the format of B see +L. =item B<-tls_extra> I diff --git a/doc/man1/openssl-pkcs12.pod.in b/doc/man1/openssl-pkcs12.pod.in index c0e0fdfca9a..fdb78ae1399 100644 --- a/doc/man1/openssl-pkcs12.pod.in +++ b/doc/man1/openssl-pkcs12.pod.in @@ -98,7 +98,7 @@ Print out a usage message. The password source for the input, and for encrypting any private keys that are output. For more information about the format of B -see L. +see L. =item B<-passout> I @@ -257,8 +257,8 @@ if the B<-export> option is given. The password source for certificate input such as B<-certfile> and B<-untrusted>. -For more information about the format of B -see the B section in L. +For more information about the format of B see +L. =item B<-chain> -- 2.47.2