diff options
Diffstat (limited to 'doc/apt-transport-http.1.xml')
-rw-r--r-- | doc/apt-transport-http.1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt-transport-http.1.xml b/doc/apt-transport-http.1.xml index f239da554..92fac0467 100644 --- a/doc/apt-transport-http.1.xml +++ b/doc/apt-transport-http.1.xml @@ -51,7 +51,7 @@ server limitations.</para> <para>The environment variable <envar>http_proxy</envar> is supported for system wide configuration. Proxies specific to APT can be configured via the option <literal>Acquire::http::Proxy</literal>. Proxies which should be used only for certain hosts can be specified via -<literal>Acquire::http::Proxy::<replaceable>host</replaceable></literal>. Even more finegrained control +<literal>Acquire::http::Proxy::<replaceable>host</replaceable></literal>. Even more fine-grained control can be achieved via proxy autodetection, detailed further below. All these options use the URI format <literal><replaceable>scheme</replaceable>://[[<replaceable>user</replaceable>][:<replaceable>pass</replaceable>]@]<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/</literal>. Supported URI schemes are <literal>socks5h</literal> (SOCKS5 with remote DNS resolution), <literal>http</literal> and <literal>https</literal>. |