summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-dsa.pod.in
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-12 15:19:54 +1000
committerPauli <pauli@openssl.org>2021-05-13 21:52:43 +1000
commit3ba3e350fd15c133a172095f67e6e0c99ab9b410 (patch)
tree86ca05c6e5d128ec80e31e3214077513c31f3e4a /doc/man1/openssl-dsa.pod.in
parent7bc027d73bc51cfa0ae23fbfd91134be9464d694 (diff)
doc: remove references to undepreciated commands being deprecated.
The dsa, ec, ecparam, and rsa manual pages refer to themselves are being deprecated which they aren't. Address this and add a note pointing to the pkey command equivalents albeit without recommending it. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15239)
Diffstat (limited to 'doc/man1/openssl-dsa.pod.in')
-rw-r--r--doc/man1/openssl-dsa.pod.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/man1/openssl-dsa.pod.in b/doc/man1/openssl-dsa.pod.in
index b17b49ad0f..68ce5f319c 100644
--- a/doc/man1/openssl-dsa.pod.in
+++ b/doc/man1/openssl-dsa.pod.in
@@ -129,10 +129,13 @@ a public key.
=back
+The L<openssl-pkey(1)> command is capable of performing all the operations
+this command can, as well as supporting other public key types.
+
=head1 EXAMPLES
-Examples equivalent to these can be found in the documentation for the
-non-deprecated L<openssl-pkey(1)> command.
+The documentation for the L<openssl-pkey(1)> command contains examples
+equivalent to the ones listed here.
To remove the pass phrase on a DSA private key: