Blame SOURCES/0022-doc-Improve-proxy-configuration-option-documentation.patch

bc72d2
From 8f05ee29b7398fa6d18c7113a533f1d8726239df Mon Sep 17 00:00:00 2001
bc72d2
From: Jaroslav Rohel <jrohel@redhat.com>
bc72d2
Date: Tue, 12 Apr 2022 12:25:05 +0200
bc72d2
Subject: [PATCH] [doc] Improve "proxy" configuration option documentation
bc72d2
 (RhBug:2072332)
bc72d2
bc72d2
---
bc72d2
 doc/conf_ref.rst | 4 ++--
bc72d2
 1 file changed, 2 insertions(+), 2 deletions(-)
bc72d2
bc72d2
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
bc72d2
index 75bcdf75..885a4560 100644
bc72d2
--- a/doc/conf_ref.rst
bc72d2
+++ b/doc/conf_ref.rst
bc72d2
@@ -833,10 +833,10 @@ configuration.
bc72d2
 ``proxy``
bc72d2
     :ref:`string <string-label>`
bc72d2
 
bc72d2
-    URL of a proxy server to connect through. Set to an empty string to disable the proxy setting inherited from the main section and use direct connection instead. The expected format of this option is ``<scheme>://<ip-or-hostname>[:port]``.
bc72d2
+    URL of a proxy server to connect through. Set to an empty string in the repository configuration to disable proxy setting inherited from the main section. The expected format of this option is ``<scheme>://<ip-or-hostname>[:port]``.
bc72d2
     (For backward compatibility, '_none_' can be used instead of the empty string.)
bc72d2
 
bc72d2
-    Note: The curl environment variables (such as ``http_proxy``) are effective if this option is unset. See the ``curl`` man page for details.
bc72d2
+    Note: The curl environment variables (such as ``http_proxy``) are effective if this option is unset (or '_none_' is set in the repository configuration). See the ``curl`` man page for details.
bc72d2
 
bc72d2
 ``proxy_username``
bc72d2
     :ref:`string <string-label>`
bc72d2
-- 
bc72d2
2.35.1
bc72d2