Tell the truth about list separators.
[openssl.git] / doc / man / gendh.pod
index d51ebf0b44abd5b9a76bd59fa351cb9532ac8b4e..8262622a3d1bc980df0815aaf6da324f531a16a3 100644 (file)
@@ -10,7 +10,7 @@ B<openssl gendh>
 [B<-out filename>]
 [B<-2>]
 [B<-5>]
-[B<-rand file:file>]
+[B<-rand file(s)>]
 [numbits]
 
 =head1 DESCRIPTION
@@ -31,10 +31,12 @@ a PKCS#5 DHParameter structure.
 
 The generator to use, either 2 or 5. 2 is the default.
 
-=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<numbits>