diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-18 22:47:48 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-18 22:47:48 +0000 |
commit | babb80e1534505c0b6e268a4f43bdd924b42030a (patch) | |
tree | 6acaa66c21aa42b126790a3dfff13872e88cb4f1 | |
parent | 5fdd72f271d4296f7353a7c9f709a9911d3d80da (diff) |
* fix typo in apt-cache.8 manpage
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/apt-cache.8.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0a3809c86..06f9eee5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ apt (0.6.43.2) unstable; urgency=low Petr Vandrovec, closes: #280844, #290694) * added debian-archive-keyring to the Recommends (closes: #347970) * fixed message in apt-key to install debian-archive-keyring + * typo fixed in apt-cache.8 (closes: #348348) -- diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 0e1d2f8d9..789c3d228 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -191,7 +191,7 @@ Reverse Provides: <varlistentry><term>show <replaceable>pkg(s)</replaceable></term> <listitem><para><literal>show</literal> performs a function similar to - <command>dpkg --print-avail</command>i; it displays the package records for the + <command>dpkg --print-avail</command>; it displays the package records for the named packages.</para></listitem> </varlistentry> |