summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-gendsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man1/openssl-gendsa.pod')
-rw-r--r--doc/man1/openssl-gendsa.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man1/openssl-gendsa.pod b/doc/man1/openssl-gendsa.pod
index 80367d961e..8fc91cf64c 100644
--- a/doc/man1/openssl-gendsa.pod
+++ b/doc/man1/openssl-gendsa.pod
@@ -31,8 +31,8 @@ B<openssl> B<gendsa>
=head1 DESCRIPTION
-The B<gendsa> command generates a DSA private key from a DSA parameter file
-(which will be typically generated by the B<openssl dsaparam> command).
+This command generates a DSA private key from a DSA parameter file
+(which will be typically generated by the L<openssl-dsaparam(1)> command).
=head1 OPTIONS
@@ -67,7 +67,7 @@ This can be used with a subsequent B<-rand> flag.
=item B<-engine> I<id>
-Specifying an engine (by its unique I<id> string) will cause B<gendsa>
+Specifying an engine (by its unique I<id> string) will cause this command
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
@@ -80,7 +80,7 @@ Print extra details about the operations being performed.
The DSA parameter file to use. The parameters in this file determine
the size of the private key. DSA parameters can be generated and
-examined using the B<openssl dsaparam> command.
+examined using the L<openssl-dsaparam(1)> command.
=back