diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-cache.8.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/apt-cache.8.sgml b/doc/apt-cache.8.sgml index a3263bda0..a52e21222 100644 --- a/doc/apt-cache.8.sgml +++ b/doc/apt-cache.8.sgml @@ -40,6 +40,7 @@ <arg>show <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>showpkg <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>depends <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> + <arg>rdepends <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>pkgnames <arg choice="plain"><replaceable>prefix</replaceable></arg></arg> <arg>dotty <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>policy <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg> @@ -224,6 +225,12 @@ Reverse Provides: and all the possible other packages that can fulfill that dependency. </VarListEntry> + <VarListEntry><Term>rdepends <replaceable/pkg(s)/</Term> + <ListItem><Para> + <literal/rdepends/ shows a listing of each reverse dependency a package + has. + </VarListEntry> + <VarListEntry><Term>pkgnames <replaceable/[ prefix ]/</Term> <ListItem><Para> This command prints the name of each package in the system. The optional |