Tell the truth about list separators.
[openssl.git] / doc / man / gendsa.pod
index b702a4f3873af4b83e717938ac67922c84369256..a23e755fa822582cf9568425faa9c285a9b158d1 100644 (file)
@@ -11,7 +11,7 @@ B<openssl> B<gendsa>
 [B<-des>]
 [B<-des3>]
 [B<-idea>]
-[B<-rand file:file>]
+[B<-rand file(s)>]
 [B<paramfile>]
 
 =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<paramfile>