]> git.saurik.com Git - apt.git/commitdiff
fix to other oddities observed by Chris Leick while translating
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 12 Dec 2009 18:06:01 +0000 (19:06 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 12 Dec 2009 18:06:01 +0000 (19:06 +0100)
in doc/apt-get.8.xml, namely:
- change equivalent "for" to "to the" (purge command)
- clarify --fix-broken sentence about specifying packages

debian/changelog
doc/apt-get.8.xml

index 2b09c9b685ee3eecf755cb19b440b10585593182..cd4573468c405627a27a7dacc4cdac005083f6a8 100644 (file)
@@ -115,6 +115,9 @@ apt (0.7.25) UNRELEASED; urgency=low
     - replace literal with emphasis tags in Archive configuration
   * doc/apt-ftparchive.1.xml:
     - remove informalexample tag which hides the programlisting
+  * doc/apt-get.8.xml:
+    - change equivalent "for" to "to the" (purge command)
+    - clarify --fix-broken sentence about specifying packages
 
   [ Eugene V. Lyubimkin ]
   * apt-pkg/contib/strutl.h
index d3c3772bde1256ec46ff770a5d1384ff61580b3e..3d22f262ca9b2b5c79a7dcc0bad6d12ad4ec2ef6 100644 (file)
      <varlistentry><term><option>-f</option></term><term><option>--fix-broken</option></term>
      <listitem><para>Fix; attempt to correct a system with broken dependencies in            
      place. This option, when used with install/remove, can omit any packages
-     to permit APT to deduce a likely solution. Any Package that are specified
-     must completely correct the problem. The option is sometimes necessary when 
+     to permit APT to deduce a likely solution. If packages are specified,
+     these have to completely correct the problem. The option is sometimes necessary when 
      running APT for the first time; APT itself does not allow broken package 
      dependencies to exist on a system. It is possible that a system's 
      dependency structure can be so corrupt as to require manual intervention 
      <varlistentry><term><option>--purge</option></term>
      <listitem><para>Use purge instead of remove for anything that would be removed.
      An asterisk ("*") will be displayed next to packages which are
-        scheduled to be purged. <option>remove --purge</option> is equivalent for
+        scheduled to be purged. <option>remove --purge</option> is equivalent to the
         <option>purge</option> command.
      Configuration Item: <literal>APT::Get::Purge</literal>.</para></listitem>
      </varlistentry>