]> git.saurik.com Git - apt.git/commitdiff
* Update apt-cache(8)
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:04:04 +0000 (17:04 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:04:04 +0000 (17:04 +0000)
Author: mdz
Date: 2003-12-20 23:06:28 GMT
* Update apt-cache(8)
- Document --installed
- --recursive applies to both depends and rdepends

debian/changelog
doc/apt-cache.8.sgml

index 7e587de9f33c6c44081abdc37197e640547afcb0..52de2bf86f452a2c13e787a852740df12bf29dd3 100644 (file)
@@ -21,6 +21,9 @@ apt (0.5.15) unstable; urgency=low
     isatty has the advantage of not requiring /proc under Linux, and thus
     Closes: #221728
   * Correctly implement -n as a synonym for --names-only (Closes: #224515)
+  * Update apt-cache(8)
+    - Document --installed
+    - --recursive applies to both depends and rdepends
 
  --
 
index e4b50d387a707e8304a93d8c4b038afa6a622d95..24aa275ea49ae2bfc591788e90675210f672759b 100644 (file)
@@ -342,11 +342,18 @@ Reverse Provides:
 
      <VarListEntry><term><option/--recurse/</>
      <ListItem><Para>
-     Make <literal/depends/ recursive so that all packages mentioned are 
-     printed once.
+     Make <literal/depends/ and <literal/rdepends/ recursive so that
+     all packages mentioned are printed once.
      Configuration Item: <literal/APT::Cache::RecurseDepends/.
      </VarListEntry>
 
+     <VarListEntry><term><option/--installed/</>
+     <ListItem><Para>
+     Limit the output of <literal/depends/ and <literal/rdepends/ to
+     packages which are currently installed.
+     Configuration Item: <literal/APT::Cache::Installed/.
+     </VarListEntry>
+
      &apt-commonoptions;
      
    </VariableList>