diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/apt-get.8.sgml | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index c4dc418d4..87f7f04eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,9 @@ apt (0.5.15) unstable; urgency=low - --recursive applies to both depends and rdepends * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp> (Closes: #186235) + * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743) - -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 15:29:48 -0800 + -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 15:44:21 -0800 apt (0.5.14) unstable; urgency=low diff --git a/doc/apt-get.8.sgml b/doc/apt-get.8.sgml index 793b8bb57..0d6be65d7 100644 --- a/doc/apt-get.8.sgml +++ b/doc/apt-get.8.sgml @@ -325,9 +325,12 @@ <VarListEntry><term><option/--no-upgrade/</> <ListItem><Para> - Do not upgrade packages; When used in conjunction with <literal/install/ - <literal/no-upgrade/ will prevent packages listed from being upgraded - if they are already installed. + + Do not upgrade packages; When used in conjunction with + <literal/install/, <literal/no-upgrade/ will prevent packages + listed on the command linefrom being upgraded if they are already + installed. + Configuration Item: <literal/APT::Get::Upgrade/. </VarListEntry> |