]> git.saurik.com Git - apt.git/commitdiff
merged from apt-get-changelog
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 18 Nov 2010 11:21:22 +0000 (12:21 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 18 Nov 2010 11:21:22 +0000 (12:21 +0100)
1  2 
doc/apt-get.8.xml

diff --combined doc/apt-get.8.xml
index 57306c03f8f0bc2f48421cd151ce6f41a8d3a663,581b231765afbe4f575d311cd7cb08039ccc034e..5c82ad201c69b325e8285441144815b09e00723e
@@@ -5,9 -5,6 +5,9 @@@
  <!ENTITY % aptent SYSTEM "apt.ent">
  %aptent;
  
 +<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent">
 +%aptverbatiment;
 +
  ]>
  
  <refentry>
       <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>