diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4648efe55..14af5f036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -83,6 +83,8 @@ apt (0.7.17) unstable; urgency=low * doc/: - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by Andre Felipe Machado. (Closes: #309893) + - Added 'dist-upgrade' apt-get synopsis in apt-get manpage. + (Closes: #323866) -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Wed, 05 Nov 2008 23:16:33 +0200 diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index f64468052..73bacf09b 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -60,6 +60,7 @@ <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg choice='plain'>dselect-upgrade</arg> + <arg choice='plain'>dist-upgrade</arg> <arg choice='plain'>install <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable> <arg> |