Command docs: replacables are in italics, options always start with a dash
[openssl.git] / doc / man1 / openssl-crl.pod
index 11ec7b07b0045d8a58b9b16d56a3adfe3047e527..acf3465b5555643bf9821e0204fda239d186702e 100644 (file)
@@ -9,7 +9,7 @@ openssl-crl - CRL utility
 B<openssl> B<crl>
 [B<-help>]
 [B<-inform> B<DER>|B<PEM>]
-[B<-informout> B<DER>|B<PEM>]
+[B<-outform> B<DER>|B<PEM>]
 [B<-text>]
 [B<-in> I<filename>]
 [B<-out> I<filename>]
@@ -95,12 +95,12 @@ Output the nextUpdate field.
 =item B<-CAfile> I<file>
 
 Verify the signature on a CRL by looking up the issuing certificate in
-B<file>.
+I<file>.
 
 =item B<-CApath> I<dir>
 
 Verify the signature on a CRL by looking up the issuing certificate in
-B<dir>. This directory must be a standard certificate directory: that
+I<dir>. This directory must be a standard certificate directory: that
 is a hash of each subject name (using B<x509 -hash>) should be linked
 to each certificate.