summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDaniel Fiala <daniel@openssl.org>2022-10-10 10:53:14 +0200
committerHugo Landau <hlandau@openssl.org>2022-10-24 11:04:23 +0100
commit2eb75291c1357cdaf852e0da613edc14f3d5ae4f (patch)
tree173b60c1573d4945d789e25084b0d82831164a54 /doc/man1
parent04d07ffbed483660c96d3b197df28ab3b1420637 (diff)
openssl list: Fix help text about -cipher-algorithms option
Fixes openssl#19133 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19370)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-list.pod.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/openssl-list.pod.in b/doc/man1/openssl-list.pod.in
index 9404637a32..72acb6ae38 100644
--- a/doc/man1/openssl-list.pod.in
+++ b/doc/man1/openssl-list.pod.in
@@ -129,10 +129,10 @@ This option is deprecated. Use B<cipher-algorithms> instead.
Display a list of cipher commands, which are typically used as input
to the L<openssl-enc(1)> or L<openssl-speed(1)> commands.
-=item B<-digest-algorithms>, B<-kdf-algorithms>, B<-mac-algorithms>,
-B<-cipher-algorithms>
+=item B<-cipher-algorithms>, B<-digest-algorithms>, B<-kdf-algorithms>,
+B<-mac-algorithms>,
-Display a list of cipher, digest, kdf and mac algorithms.
+Display a list of symmetric cipher, digest, kdf and mac algorithms.
See L</Display of algorithm names> for a description of how names are
displayed.