]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix doc-nits for list command
authorDmitry Belyavskiy <beldmit@gmail.com>
Tue, 22 Dec 2020 08:40:46 +0000 (09:40 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Wed, 23 Dec 2020 10:15:12 +0000 (11:15 +0100)
Bug was introduced in #13669

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13728)

doc/man1/openssl-list.pod.in

index b06478e7113d586444509ecff455bb00deddfc53..74389dca2333b95ca5cb90714eca71f66f6f791b 100644 (file)
@@ -13,16 +13,16 @@ B<openssl list>
 [B<-select> I<name>]
 [B<-1>]
 [B<-commands>]
-[B<-digest-commands>]
+[B<-digest-algorithms>]
 {- output_off() if $disabled{"deprecated-3.0"}; ""
--}[B<-digest-algorithms>]
+-}[B<-digest-commands>]
 {- output_on() if $disabled{"deprecated-3.0"}; ""
 -}[B<-kdf-algorithms>]
 [B<-mac-algorithms>]
 [B<-random-generators>]
-[B<-cipher-commands>]
+[B<-cipher-algorithms>]
 {- output_off() if $disabled{"deprecated-3.0"}; ""
--}[B<-cipher-algorithms>]
+-}[B<-cipher-commands>]
 {- output_on() if $disabled{"deprecated-3.0"}; ""
 -}[B<-encoders>]
 [B<-decoders>]