summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-05-02 18:42:29 -0400
committerRich Salz <rsalz@openssl.org>2015-05-03 08:50:34 -0400
commit8332f91cc0db4955259bca9f9138b5eff94d6e8c (patch)
treee536cb930bc9b88630bd515e7b2a80ca7a61c822 /doc
parentb6eb9827a6866981c08cc9613ca8b4a648894fb1 (diff)
fix various typo's
https://github.com/openssl/openssl/pull/176 (CHANGES) https://rt.openssl.org/Ticket/Display.html?id=3545 (objects.txt) https://rt.openssl.org/Ticket/Display.html?id=3796 (verify.pod) Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/verify.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index d422913c08..9407faedaf 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -11,7 +11,7 @@ B<openssl> B<verify>
[B<-CApath directory>]
[B<-attime timestamp>]
[B<-check_ss_sig>]
-[B<-crlfile file>]
+[B<-CRLfile file>]
[B<-crl_check>]
[B<-crl_check_all>]
[B<-explicit_policy>]
@@ -76,7 +76,7 @@ current system time. B<timestamp> is the number of seconds since
Verify the signature on the self-signed root CA. This is disabled by default
because it doesn't add any security.
-=item B<-crlfile file>
+=item B<-CRLfile file>
File containing one or more CRL's (in PEM format) to load.