diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 13:15:42 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 13:15:42 +0200 |
commit | 0d70b0559c22c006076acbe0d3238f41ddd04072 (patch) | |
tree | 492b788fba999e7c96eb3d5b8f53904e2e58b50d /doc | |
parent | d914c3b7f836ec6dc2e74e98720c4a16e6ea258e (diff) |
Documented 'Acquire::PDiffs' in apt.conf manpage.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt.conf.5.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 3a2ad70df..5b71384a7 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -163,6 +163,12 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; and the URI handlers. <variablelist> + <varlistentry><term>PDiffs</term> + <listitem><para>Try do download deltas called <literal>PDiffs</literal> for + Packages or Sources files instead of downloading whole ones. True + by default.</para></listitem> + </varlistentry> + <varlistentry><term>Queue-Mode</term> <listitem><para>Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</literal> or <literal>access</literal> which determines how APT parallelizes outgoing |