links
[openssl.git] / doc / apps / dhparam.pod
index 59d1f68300ccd817120735866e00fe02b737784f..6b237ec05a99c1e309a71236e8ab74baf1cfaa51 100644 (file)
@@ -58,9 +58,10 @@ input file is ignored and parameters are generated instead.
 =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 a OS-dependent
-character.  For MS-Windows, the separator is B<;>.  For OpenVMS, it's
-B<,>. For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+Multiple files can be specified separated by a OS-dependent character.
+The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
+all others.
 
 =item B<numbits>
 
@@ -109,6 +110,6 @@ There should be a way to generate and manipulate DH keys.
 
 =head1 SEE ALSO
 
-dsaparam(1)
+L<dsaparam(1)|dsaparam(1)>
 
 =cut