diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 12:22:45 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 12:22:45 +0100 |
commit | bf689a340db98cd18befb5c471f3fe570376a510 (patch) | |
tree | 1a44c803c14b6ef1c331452c842a44c8f1d4ba98 | |
parent | 13a00498613188b6b40a7c1ad55eece2c5dd5da7 (diff) | |
parent | 060a7b746c87d4717222df5bb14d85b756f39208 (diff) |
merged doc update for apt-get download
-rw-r--r-- | doc/apt-get.8.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 57306c03f..5c82ad201 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -302,6 +302,23 @@ <listitem><para><literal>autoremove</literal> is used to remove packages that were automatically installed to satisfy dependencies for some package and that are no more needed.</para></listitem> </varlistentry> + + <varlistentry><term>changelog</term> + <listitem><para><literal>changelog</literal> downloads a package changelog and displays + it through <command>sensible-pager</command>. The server name and base + directory is defined in the <literal>APT::Changelogs::Server</literal> + variable (e. g. <ulink>http://packages.debian.org/changelogs</ulink> for + Debian or <ulink>http://changelogs.ubuntu.com/changelogs</ulink> for + Ubuntu). + By default it displays the changelog for the version that is + installed. However, you can specify the same options as for + the <option>install</option> command. + </para> + </listitem> + </varlistentry> + + + </variablelist> </refsect1> |