diff options
Diffstat (limited to 'doc/apt.8.xml')
-rw-r--r-- | doc/apt.8.xml | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/doc/apt.8.xml b/doc/apt.8.xml index a0ae9086d..bb1f6bb91 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -58,18 +58,9 @@ </para></listitem> </varlistentry> - <varlistentry><term><option>update</option></term> - <listitem><para><literal>update</literal> is used to - resynchronize the package index files from their sources. - </para></listitem> - </varlistentry> - - <varlistentry><term><option>upgrade</option></term> - <listitem><para><literal>upgrade</literal> is used to install the - newest versions of all packages currently installed on the system - from the sources enumerated in - <filename>/etc/apt/sources.list</filename>. New package will be - installed, but existing package will never removed. + <varlistentry><term><option>show</option></term> + <listitem><para><literal>show</literal> shows the package information + for the given package(s). </para></listitem> </varlistentry> @@ -96,6 +87,28 @@ installed instead of removed.</para></listitem> </varlistentry> + <varlistentry><term><option>edit-sources</option></term> + <listitem><para><literal>edit-sources</literal> lets you edit + your sources.list file and provides basic sanity checks. + </para></listitem> + </varlistentry> + + <varlistentry><term><option>update</option></term> + <listitem><para><literal>update</literal> is used to + resynchronize the package index files from their sources. + </para></listitem> + </varlistentry> + + <varlistentry><term><option>upgrade</option></term> + <listitem><para><literal>upgrade</literal> is used to install the + newest versions of all packages currently installed on the system + from the sources enumerated in + <filename>/etc/apt/sources.list</filename>. New package will be + installed, but existing package will never removed. + </para></listitem> + </varlistentry> + + </variablelist> </refsect1> |