]> git.saurik.com Git - apt.git/commitdiff
merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit (closes...
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 23 Apr 2013 06:15:06 +0000 (08:15 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 23 Apr 2013 06:15:06 +0000 (08:15 +0200)
debian/changelog
doc/apt.conf.5.xml

index 7b842e7e46b770c4df856a2371445479ac56f409..5b0aaec3d2d8836f58adb29fd685573de56800e6 100644 (file)
@@ -3,6 +3,9 @@ apt (0.9.8~exp1) UNRELEASED; urgency=low
   [ David Kalnischkies ]
   * apt-pkg/contrib/strutl.cc:
     - support \n and \r\n line endings in ReadMessages
+  
+  [ Daniel Hartwig ]
+  * Clarify units of Acquire::http::Dl-Limit (closes: #705445)
 
   [ Michael Vogt ]
   * lp:~mvo/apt/webserver-simulate-broken-with-fix346386:
index be1d7ade8b411fab0b021ca2590a46cbc5dcb895..3a4549a80ddfb5afaffaa536ceac609f982a13fe 100644 (file)
@@ -387,10 +387,12 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
      <para><literal>Acquire::http::AllowRedirect</literal> controls whether APT will follow
      redirects, which is enabled by default.</para>
 
-     <para>The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</literal>
-     which accepts integer values in kilobytes. The default value is 0 which deactivates
-     the limit and tries to use all available bandwidth (note that this option implicitly
-     disables downloading from multiple servers at the same time.)</para>
+     <para>The used bandwidth can be limited with
+     <literal>Acquire::http::Dl-Limit</literal> which accepts integer
+     values in kilobytes per second. The default value is 0 which
+     deactivates the limit and tries to use all available bandwidth.
+     Note that this option implicitly disables downloading from
+     multiple servers at the same time.</para>
 
      <para><literal>Acquire::http::User-Agent</literal> can be used to set a different
      User-Agent for the http download method as some proxies allow access for clients