Sfoglia il codice sorgente

merged from apt-get-changelog

Michael Vogt 15 anni fa
parent
commit
060a7b746c
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      doc/apt-get.8.xml

+ 17 - 0
doc/apt-get.8.xml

@@ -302,6 +302,23 @@
      <listitem><para><literal>autoremove</literal> is used to remove packages that were automatically
      <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>
      installed to satisfy dependencies for some package and that are no more needed.</para></listitem>
      </varlistentry>
      </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>
    </variablelist>
  </refsect1>
  </refsect1>