The des_modes manpage is in section 7.
[openssl.git] / doc / apps / dsaparam.pod
index f5f3f317bd095e40a5fe612e666097c131ae0995..50c2f61242fcfa77767e39f2d27fcd34be9a5eab 100644 (file)
@@ -71,9 +71,10 @@ parameters.
 =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 OpenVMS, and B<:> for
+all others.
 
 =item B<numbits>
 
@@ -95,6 +96,7 @@ DSA parameters is often used to generate several distinct keys.
 
 =head1 SEE ALSO
 
-gendsa(1), dsa(1), genrsa(1), rsa(1)
+L<gendsa(1)|gendsa(1)>, L<dsa(1)|dsa(1)>, L<genrsa(1)|genrsa(1)>,
+L<rsa(1)|rsa(1)>
 
 =cut