From: Eugene Syromiatnikov Date: Fri, 11 Jul 2025 15:40:22 +0000 (+0200) Subject: doc/man7/openssl-env: sort *_PROXY environment variables, add lowercase variants X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e914d23642f079192687f55cdde3cb440354e7e3;p=thirdparty%2Fopenssl.git doc/man7/openssl-env: sort *_PROXY environment variables, add lowercase variants Sort HTTP_PROXY, HTTPS_PROXY, and NO_PROXY in lexicographical order, add mentions of the lowercase variants of the variables (as they are already mentioned in OSSL_HTTP_parse_url(3)), in the same order, despite it is not a lexicographical one, do minimise confusion. Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28025) --- diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index 41b3884adb5..efc2adb0a12 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -18,7 +18,7 @@ the executable is set-user-ID or set-group-ID. Specifies the path to a certificate transparency log list. See L. -=item B, B, B +=item B, B, B, B, B, B Specify a proxy hostname. See L.