From e75138abea25659d304feb880cf54d760245e2f3 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 14 Aug 2017 09:32:07 -0400 Subject: Doc fixes Write missing prime.pod and srp.pod Implement -c in find-doc-nits (for command options) Other fixes to some manpages Use B<-I> notation Split up multiple flags into a single entry in the synopsis. Add -1 and missing-help to list command. Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4144) --- doc/man1/s_client.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/man1/s_client.pod') diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod index 7f2fd7be27..50f6b9cfd8 100644 --- a/doc/man1/s_client.pod +++ b/doc/man1/s_client.pod @@ -111,7 +111,8 @@ B B [B<-status>] [B<-alpn protocols>] [B<-nextprotoneg protocols>] -[B<-ct|noct>] +[B<-ct>] +[B<-noct>] [B<-ctlogfile>] [B<-keylogfile file>] [B<-early_data file>] @@ -576,7 +577,7 @@ client to advertise support for the TLS extension but disconnect just after receiving ServerHello with a list of server supported protocols. The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used. -=item B<-ct|noct> +=item B<-ct>, B<-noct> Use one of these two options to control whether Certificate Transparency (CT) is enabled (B<-ct>) or disabled (B<-noct>). -- cgit v1.2.3