X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman%2Fgendsa.pod;h=a23e755fa822582cf9568425faa9c285a9b158d1;hp=b702a4f3873af4b83e717938ac67922c84369256;hb=9597902a91075853ff7f6fb177b1b2825c85fcea;hpb=aba3e65f2c8b02e6c458681db56dc1594266cba9 diff --git a/doc/man/gendsa.pod b/doc/man/gendsa.pod index b702a4f387..a23e755fa8 100644 --- a/doc/man/gendsa.pod +++ b/doc/man/gendsa.pod @@ -11,7 +11,7 @@ B B [B<-des>] [B<-des3>] [B<-idea>] -[B<-rand file:file>] +[B<-rand file(s)>] [B] =head1 DESCRIPTION @@ -29,10 +29,12 @@ These options encrypt the private key with the DES, triple DES, or the IDEA ciphers respectively before outputting it. A pass phrase is prompted for. If none of these options is specified no encryption is used. -=item B<-rand file:file> +=item B<-rand file(s)> a file or files containing random data used to seed the random number -generator. Multiple files can be specified separated by B<:>. +generator. Multiple files can be specified separated by a OS-dependent +character. For MS-Windows, the separator is B<;>. For OpenVMS, it's +B<,>. For all others, it's B<:>. =item B