diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/apt-cache.8.sgml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d6f319a19..020d082bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ apt (0.5.6) unstable; urgency=low - Make setup script for dselect method more explicit about overwriting sources.list (Closes: #151727) - Fix typo in apt-cache(8) (Closes: #161243) + - Remove duplicate 'showpkg' from synopsis on apt-cache(8) + (Closes: #175611) -- diff --git a/doc/apt-cache.8.sgml b/doc/apt-cache.8.sgml index 5d66fbc3e..93fce51c2 100644 --- a/doc/apt-cache.8.sgml +++ b/doc/apt-cache.8.sgml @@ -38,7 +38,6 @@ <arg>unmet</> <arg>search <arg choice="plain"><replaceable>regex</replaceable></arg></arg> <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> |