diff options
author | Justin B Rye <jbr@edlug.org.uk> | 2012-05-29 15:39:41 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-29 15:39:41 +0200 |
commit | 6cbb88de9417ce776e3488cf3495eb8fed3efe0c (patch) | |
tree | 29d65d9f44c4745925ecef5f55dd6512fe53e447 /doc/apt-get.8.xml | |
parent | c6b21d22dcbc2fbecca4e5db27315331d687d1a0 (diff) |
* doc/apt-get.8.xml:
- move dselect-upgrade below dist-upgrade
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 620d22106..ce68fcc63 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -70,16 +70,6 @@ available.</para></listitem> </varlistentry> - <varlistentry><term><option>dselect-upgrade</option></term> - <listitem><para><literal>dselect-upgrade</literal> - is used in conjunction with the traditional Debian packaging - front-end, &dselect;. <literal>dselect-upgrade</literal> - follows the changes made by &dselect; to the <literal>Status</literal> - field of available packages, and performs the actions necessary to realize - that state (for instance, the removal of old and the installation of new - packages).</para></listitem> - </varlistentry> - <varlistentry><term><option>dist-upgrade</option></term> <listitem><para><literal>dist-upgrade</literal> in addition to performing the function of <literal>upgrade</literal>, also intelligently handles changing dependencies @@ -93,6 +83,16 @@ overriding the general settings for individual packages.</para></listitem> </varlistentry> + <varlistentry><term><option>dselect-upgrade</option></term> + <listitem><para><literal>dselect-upgrade</literal> + is used in conjunction with the traditional Debian packaging + front-end, &dselect;. <literal>dselect-upgrade</literal> + follows the changes made by &dselect; to the <literal>Status</literal> + field of available packages, and performs the actions necessary to realize + that state (for instance, the removal of old and the installation of new + packages).</para></listitem> + </varlistentry> + <varlistentry><term><option>install</option></term> <listitem> <para><literal>install</literal> is followed by one or more |