From fdf05eb7611a1fdb283162228985286a09d07940 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Tue, 22 Dec 2020 09:40:46 +0100 Subject: [PATCH] Fix doc-nits for list command Bug was introduced in #13669 Reviewed-by: Matt Caswell Reviewed-by: Nicola Tuveri (Merged from https://github.com/openssl/openssl/pull/13728) --- doc/man1/openssl-list.pod.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man1/openssl-list.pod.in b/doc/man1/openssl-list.pod.in index b06478e7113..74389dca233 100644 --- a/doc/man1/openssl-list.pod.in +++ b/doc/man1/openssl-list.pod.in @@ -13,16 +13,16 @@ B [B<-select> I] [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>] -- 2.47.3