X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c08cf1dc784a98a253296a51433f6de7d16d3125..e838ca08d2b2311931b2e41699fdaba5ec04b28c:/doc/apt.conf.5.xml
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index e8da666c7..428c0d2db 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -398,11 +398,17 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
only if the client uses a known identifier.
Acquire::http::Proxy-Auto-Detect can be used to
- specify a external command to discover the http proxy to use. Apt expects
+ specify an external command to discover the http proxy to use. Apt expects
the command to output the proxy on stdout in the style
- http://proxy:port/. See the
- &squid-deb-proxy-client; package for a example implementation that
- uses avahi.
+ http://proxy:port/. This will override the
+ generic Acquire::http::Proxy but not any specific
+ host proxy configuration set via
+ Acquire::http::Proxy::$HOST.
+
+ See the &squid-deb-proxy-client; package for an example implementation that
+ uses avahi. This option takes precedence over the legacy option name
+ ProxyAutoDetect.
+