diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:04 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:04 +0000 |
commit | fbfbf920c8d34af04206fb5f9fda917998b72754 (patch) | |
tree | 4aed3a3af50c5d7e221bb854a844b1cab842ba9b | |
parent | fe6fc1c2b56bc2d07ac35539cbf55a36f19c672f (diff) |
* 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
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/apt-cache.8.sgml | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7e587de9f..52de2bf86 100644 --- a/debian/changelog +++ b/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 -- diff --git a/doc/apt-cache.8.sgml b/doc/apt-cache.8.sgml index e4b50d387..24aa275ea 100644 --- a/doc/apt-cache.8.sgml +++ b/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> |