summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2013-03-25 13:55:07 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2013-03-25 13:55:07 +0100
commit6db4e5c69fcf4ec5f5574b8465e9e0f20fc22e12 (patch)
tree626266c3cb4332fb885963b3564aa1e790d2f270 /doc
parent5cf466f44ef3eeefbdabc95e1b369bad8889f899 (diff)
* doc/apt.conf.5.xml:
- document Acquire::ForceIPv{4,6}
Diffstat (limited to 'doc')
-rw-r--r--doc/apt.conf.5.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 6a61acd2d..be1d7ade8 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -554,6 +554,18 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
</listitem>
</varlistentry>
+ <varlistentry><term><option>ForceIPv4</option></term>
+ <listitem><para>
+ When downloading, force to use only the IPv4 protocol.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term><option>ForceIPv6</option></term>
+ <listitem><para>
+ When downloading, force to use only the IPv6 protocol.
+ </para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>