summaryrefslogtreecommitdiff
path: root/doc/apt-transport-http.1.xml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2019-04-04 14:30:57 +0000
committerJulian Andres Klode <jak@debian.org>2019-04-04 14:30:57 +0000
commit049dec37441f9df294db5d8adc59b93851deb6a7 (patch)
tree6eb369e7a7245fa8514bcf38ded91eb1506c6837 /doc/apt-transport-http.1.xml
parent0ea7c474182f81e2b7d728569a2fd7b8fa915f3f (diff)
parent30e6fad9ad892a21d271fa93319f7a3ee23da134 (diff)
Merge branch 'docs' into 'master'
Perform minor copy-editing on the docs See merge request apt-team/apt!58
Diffstat (limited to 'doc/apt-transport-http.1.xml')
-rw-r--r--doc/apt-transport-http.1.xml2
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>.