summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-genrsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man1/openssl-genrsa.pod')
-rw-r--r--doc/man1/openssl-genrsa.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/openssl-genrsa.pod b/doc/man1/openssl-genrsa.pod
index 575990dd4e..39e221c9a9 100644
--- a/doc/man1/openssl-genrsa.pod
+++ b/doc/man1/openssl-genrsa.pod
@@ -34,7 +34,7 @@ B<openssl> B<genrsa>
=head1 DESCRIPTION
-The B<genrsa> command generates an RSA private key.
+This command generates an RSA private key.
=head1 OPTIONS
@@ -79,7 +79,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<genrsa>
+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.