Преглед на файлове

* Document unit for Cache-Limit (bytes) (Closes: #234737)
Author: mdz
Date: 2004-02-27 00:55:08 GMT
* Document unit for Cache-Limit (bytes) (Closes: #234737)

Arch Librarian преди 22 години
родител
ревизия
a04c23d720
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      debian/changelog
  2. 1 1
      doc/apt.conf.5.xml

+ 1 - 0
debian/changelog

@@ -20,6 +20,7 @@ apt (0.5.23) unstable; urgency=low
     Specifically, always use -p$@ rather than an explicit package name,
     and always specify it first, and use dh_shlibdeps -l uniformly rather
     than sometimes changing LD_LIBRARY_PATH directly
+  * Document unit for Cache-Limit (bytes) (Closes: #234737)
 
  --
 

+ 1 - 1
doc/apt.conf.5.xml

@@ -121,7 +121,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
 
      <varlistentry><term>Cache-Limit</term>
      <listitem><para>APT uses a fixed size memory mapped cache file to store the 'available'
-     information. This sets the size of that cache.</para></listitem>
+     information. This sets the size of that cache (in bytes).</para></listitem>
      </varlistentry>
 
      <varlistentry><term>Build-Essential</term>