]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man1/pkey.pod
Doc fixes
[thirdparty/openssl.git] / doc / man1 / pkey.pod
index 4d37c92c5b1f5e139afec096a90f14ea09107907..3c277a55a353d4e229f67472f251397cf23ebc19 100644 (file)
@@ -15,7 +15,7 @@ B<openssl> B<pkey>
 [B<-out filename>]
 [B<-passout arg>]
 [B<-traditional>]
-[B<-cipher>]
+[B<-I<cipher>>]
 [B<-text>]
 [B<-text_pub>]
 [B<-noout>]
@@ -74,7 +74,7 @@ Normally a private key is written using standard format: this is PKCS#8 form
 with the appropriate encryption algorithm (if any). If the B<-traditional>
 option is specified then the older "traditional" format is used instead.
 
-=item B<-cipher>
+=item B<-I<cipher>>
 
 These options encrypt the private key with the supplied cipher. Any algorithm
 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.