dcavalca / rpms / dnf

Forked from rpms/dnf a year ago
Clone

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

52b19a
From 8f05ee29b7398fa6d18c7113a533f1d8726239df Mon Sep 17 00:00:00 2001
52b19a
From: Jaroslav Rohel <jrohel@redhat.com>
52b19a
Date: Tue, 12 Apr 2022 12:25:05 +0200
52b19a
Subject: [PATCH] [doc] Improve "proxy" configuration option documentation
52b19a
 (RhBug:2072332)
52b19a
52b19a
---
52b19a
 doc/conf_ref.rst | 4 ++--
52b19a
 1 file changed, 2 insertions(+), 2 deletions(-)
52b19a
52b19a
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
52b19a
index 75bcdf75..885a4560 100644
52b19a
--- a/doc/conf_ref.rst
52b19a
+++ b/doc/conf_ref.rst
52b19a
@@ -833,10 +833,10 @@ configuration.
52b19a
 ``proxy``
52b19a
     :ref:`string <string-label>`
52b19a
 
52b19a
-    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]``.
52b19a
+    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]``.
52b19a
     (For backward compatibility, '_none_' can be used instead of the empty string.)
52b19a
 
52b19a
-    Note: The curl environment variables (such as ``http_proxy``) are effective if this option is unset. See the ``curl`` man page for details.
52b19a
+    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.
52b19a
 
52b19a
 ``proxy_username``
52b19a
     :ref:`string <string-label>`
52b19a
-- 
52b19a
2.35.1
52b19a