[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#550564: apt: APT::Acquire::Translation not listed in the manpage



Package: apt
Version: 0.7.24
Severity: minor
Tags: patch


Hi,
I couldn't find APT::Acquire::Translation to be documented in the
manpage.
I've attached a minimal patch that would add it to the
list. Though I'm unsure if it's ok to add it as "Acquire::Translation"
because so far there seems to be no sub group for APT::Acquire.

Sven
=== modified file 'doc/apt.conf.5.xml'
--- doc/apt.conf.5.xml	2009-09-25 07:49:45 +0000
+++ doc/apt.conf.5.xml	2009-10-11 07:26:09 +0000
@@ -132,7 +132,12 @@
      parsing package lists. The internal default is the architecture apt was 
      compiled for.</para></listitem>
      </varlistentry>
-     
+
+     <varlistentry><term>Acquire::Translation</term>
+       <listitem><para>Download translated package descriptions; default is set to true.
+       </para></listitem>
+     </varlistentry>
+
      <varlistentry><term>Default-Release</term>
 	 <listitem><para>Default release to install packages from if more than one
 	 version available. Contains release name, codename or release version. Examples: 'stable', 'testing', 'unstable', 'lenny', 'squeeze', '4.0', '5.0*'. See also &apt-preferences;.</para></listitem>


Reply to: