diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:41 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:41 +0000 |
commit | 2d6751b980b765ca62601c3bd8b535999b0f9f51 (patch) | |
tree | 93e5c84bee78033a9ddc32f775f7d1af9a851df9 /doc | |
parent | bbfc3e8768b1c38ac983706d4069d348fbf87ba2 (diff) |
Fixed some more bugs
Author: jgg
Date: 1999-05-11 05:45:10 GMT
Fixed some more bugs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-cache.8.yo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/apt-cache.8.yo b/doc/apt-cache.8.yo index 1dc463325..123f41dc2 100644 --- a/doc/apt-cache.8.yo +++ b/doc/apt-cache.8.yo @@ -15,13 +15,14 @@ itemize( it() add file1 [file2] [...] it() gencaches it() showpkg package1 [package2] [...] - it() stats + it() stats it() dump it() dumpavail it() unmet it() check it() search it() show + it() showpkg ) Unless the -h, or --help option is given one of the above commands @@ -137,6 +138,10 @@ dit(bf(check)) bf(check) is a random function for testing certain aspects of the cache. Do not use it. +dit(bf(showpkg)) +bf(showpkg) displays a listing of the given package cache structure and some +related information about it. The list is ment primarily for debugging. + dit(bf(show)) bf(show) performs the same function as dpkg --print-avail, it displays the package records for the named packages. |