From 9e21d9ea418eed870d49d97ca41a640d58af121c Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Fri, 20 Sep 2024 15:46:59 +0200 Subject: [PATCH] fixup! doc/man{1,3}: fix details on IPv6 host addresses and of whitespace in no_proxy --- doc/man1/openssl-ocsp.pod.in | 4 ++-- doc/man1/openssl-s_client.pod.in | 16 ++++++++-------- doc/man1/openssl-s_time.pod.in | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/man1/openssl-ocsp.pod.in b/doc/man1/openssl-ocsp.pod.in index 1f763041fc46d..d9d64b7108127 100644 --- a/doc/man1/openssl-ocsp.pod.in +++ b/doc/man1/openssl-ocsp.pod.in @@ -29,7 +29,7 @@ B B [B<-reqin> I] [B<-respin> I] [B<-url> I] -[B<-host> I] +[B<-host> I:I] [B<-path> I] [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>] [B<-no_proxy> I] @@ -173,7 +173,7 @@ The optional userinfo and fragment components are ignored. Any given query component is handled as part of the path component. For details, see the B<-host> and B<-path> options described next. -=item B<-host> I, B<-path> I +=item B<-host> I:I, B<-path> I If the B<-host> option is present then the OCSP request is sent to the host I on port I. diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in index 1d0e9110536c6..cab6466a54600 100644 --- a/doc/man1/openssl-s_client.pod.in +++ b/doc/man1/openssl-s_client.pod.in @@ -10,11 +10,11 @@ openssl-s_client - SSL/TLS client program B B [B<-help>] [B<-ssl_config> I
] -[B<-connect> I] +[B<-connect> I:I] [B<-host> I] [B<-port> I] -[B<-bind> I] -[B<-proxy> I] +[B<-bind> I:I] +[B<-proxy> I:I] [B<-proxy_user> I] [B<-proxy_pass> I] [B<-unix> I] @@ -137,7 +137,7 @@ B B {- $OpenSSL::safe::opt_v_synopsis -} [B<-enable_server_rpk>] [B<-enable_client_rpk>] -[I] +[I:I] =head1 DESCRIPTION @@ -162,7 +162,7 @@ Print out a usage message. Use the specified section of the configuration file to configure the B object. -=item B<-connect> I +=item B<-connect> I:I This specifies the host and optional port to connect to. It is possible to select the host and port using the optional target positional argument instead. @@ -178,14 +178,14 @@ Host to connect to; use B<-connect> instead. Connect to the specified port; use B<-connect> instead. -=item B<-bind> I +=item B<-bind> I:I This specifies the host address and or port to bind as the source for the connection. For Unix-domain sockets the port is ignored and the host is used as the source socket address. If the host string is an IPv6 address, it must be enclosed in C<[> and C<]>. -=item B<-proxy> I +=item B<-proxy> I:I When used with the B<-connect> flag, the program uses the host and port specified with this flag and issues an HTTP CONNECT command to connect @@ -866,7 +866,7 @@ provided a suitable key and public certificate pair is configured. Some servers may nevertheless not request any client credentials, or may request a certificate. -=item I +=item I:I Rather than providing B<-connect>, the target host and optional port may be provided as a single positional argument after all options. If neither this diff --git a/doc/man1/openssl-s_time.pod.in b/doc/man1/openssl-s_time.pod.in index 5fd730e35b55d..ca41f59362f94 100644 --- a/doc/man1/openssl-s_time.pod.in +++ b/doc/man1/openssl-s_time.pod.in @@ -9,7 +9,7 @@ openssl-s_time - SSL/TLS performance timing program B B [B<-help>] -[B<-connect> I] +[B<-connect> I:I] [B<-www> I] [B<-cert> I] [B<-key> I] @@ -47,7 +47,7 @@ connection. Print out a usage message. -=item B<-connect> I +=item B<-connect> I:I This specifies the host and optional port to connect to. If the host string is an IPv6 address, it must be enclosed in C<[> and C<]>.