Просмотр исходного кода

* Update apt-cache(8)
Author: mdz
Date: 2003-12-20 23:06:28 GMT
* Update apt-cache(8)
- Document --installed
- --recursive applies to both depends and rdepends

Arch Librarian лет назад: 22
Родитель
Сommit
fbfbf920c8
2 измененных файлов с 12 добавлено и 2 удалено
  1. 3 0
      debian/changelog
  2. 9 2
      doc/apt-cache.8.sgml

+ 3 - 0
debian/changelog

@@ -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
 
  --
 

+ 9 - 2
doc/apt-cache.8.sgml

@@ -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>