From 8dc57d76c99dffd91e88622e2ca2b4bd7de5e1aa Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 2 Oct 2019 17:13:03 +0200 Subject: doc/man1: fix malformed options Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10073) --- doc/man1/openssl-pkcs8.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man1/openssl-pkcs8.pod') diff --git a/doc/man1/openssl-pkcs8.pod b/doc/man1/openssl-pkcs8.pod index 99299f1044..e1cc0b38a5 100644 --- a/doc/man1/openssl-pkcs8.pod +++ b/doc/man1/openssl-pkcs8.pod @@ -21,9 +21,9 @@ B B [B<-writerand> I] [B<-nocrypt>] [B<-traditional>] -[B<-v2 alg>] -[B<-v2prf alg>] -[B<-v1 alg>] +[B<-v2> I] +[B<-v2prf> I] +[B<-v1> I] [B<-engine> I] [B<-scrypt>] [B<-scrypt_N> I] @@ -118,7 +118,7 @@ all others. Writes random data to the specified I upon exit. This can be used with a subsequent B<-rand> flag. -=item B<-v2 alg> +=item B<-v2> I This option sets the PKCS#5 v2.0 algorithm. @@ -126,7 +126,7 @@ The B argument is the encryption algorithm to use, valid values include B, B and B. If this option isn't specified then B is used. -=item B<-v2prf alg> +=item B<-v2prf> I This option sets the PRF algorithm to use with PKCS#5 v2.0. A typical value value would be B. If this option isn't set then the default @@ -135,7 +135,7 @@ for the cipher is used or B if there is no default. Some implementations may not support custom PRF algorithms and may require the B option to work. -=item B<-v1 alg> +=item B<-v1> I This option indicates a PKCS#5 v1.5 or PKCS#12 algorithm should be used. Some older implementations may not support PKCS#5 v2.0 and may require this option. -- cgit v1.2.3