diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-cache.8.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/apt-cache.8.sgml b/doc/apt-cache.8.sgml index 24aa275ea..2ef3a2d25 100644 --- a/doc/apt-cache.8.sgml +++ b/doc/apt-cache.8.sgml @@ -43,6 +43,7 @@ <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> + <arg>madison <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg> </group> </cmdsynopsis> </refsynopsisdiv> @@ -266,6 +267,16 @@ Reverse Provides: priorities of each source. Otherwise it prints out detailed information about the priority selection of the named package. </VarListEntry> + + <VarListEntry><Term>madison <replaceable/[ pkg(s) ]/</Term> + <ListItem><Para> + + <literal/apt-cache/'s <literal/madison/ command attempts to mimic + the output format and a subset of the functionality of the katie + program, <literal/madison/. It displays available versions of a + package in a tabular format. + + </VarListEntry> </VariableList> </RefSect1> |