aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-fipsinstall.pod.in2
-rw-r--r--doc/man1/openssl.pod2
-rw-r--r--doc/perlvars.pm4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/man1/openssl-fipsinstall.pod.in b/doc/man1/openssl-fipsinstall.pod.in
index ec83e0950f..8120fd299a 100644
--- a/doc/man1/openssl-fipsinstall.pod.in
+++ b/doc/man1/openssl-fipsinstall.pod.in
@@ -179,7 +179,7 @@ Corrupt any self tests which have the description C<SHA1>:
Validate that the fips module can be loaded from a base configuration file:
export OPENSSL_CONF_INCLUDE=<path of configuration files>
- export OPENSSL_MODULES=<provider_path>
+ export OPENSSL_MODULES=<provider-path>
openssl fipsinstall -config' 'default.cnf'
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index 384dfb2e72..2c56cc278c 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -777,7 +777,7 @@ Use the provider identified by I<name> and use all the methods it
implements (algorithms, key storage, etc.). This option can be specified
multiple time to load more than one provider.
-=item B<-provider_path> I<path>
+=item B<-provider-path> I<path>
Specify the search I<path> that is used to locate provider modules. The format
of I<path> varies depending on the operating system being used.
diff --git a/doc/perlvars.pm b/doc/perlvars.pm
index 978c206e25..567cc0744a 100644
--- a/doc/perlvars.pm
+++ b/doc/perlvars.pm
@@ -93,11 +93,11 @@ $OpenSSL::safe::opt_r_item = ""
# Provider options
$OpenSSL::safe::opt_provider_synopsis = ""
. "[B<-provider> I<name>]\n"
-. "[B<-provider_path> I<path>]";
+. "[B<-provider-path> I<path>]";
$OpenSSL::safe::opt_provider_item = ""
. "=item B<-provider> I<name>\n"
. "\n"
-. "=item B<-provider_path> I<path>\n"
+. "=item B<-provider-path> I<path>\n"
. "\n"
. "See L<openssl(1)/Provider Options>.";