From b4e2e2c590ab4ed1b52fee9c86f9e44473825901 Mon Sep 17 00:00:00 2001 From: Beatrice Torracca Date: Mon, 28 May 2012 14:57:56 +0800 Subject: Fix minor errors in document * doc/en/aptitude.xml: - 2 instances of the command "versions" mispelled as "version" * doc/en/manpage.xml: - an error in the explanation of the dependency resolver costs: 2*removals + 3*upgrades should mean that three removals (2*3) equals 2 upgrades (3*2). Closes: #674675 --- NEWS | 2 ++ doc/en/aptitude.xml | 4 ++-- doc/en/manpage.xml | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 41952884..7c1e19a5 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,8 @@ earlier releases. * [doc]: Add doctype headers to html docs. * Italian translation (Closes: #674664) + * Fix minor errors in documentation. Thanks to Beatrice Torracca + (Closes: #674675) - Translation updates: diff --git a/doc/en/aptitude.xml b/doc/en/aptitude.xml index cd9fa42b..749e8101 100644 --- a/doc/en/aptitude.xml +++ b/doc/en/aptitude.xml @@ -4641,8 +4641,8 @@ e: Examine !: Apply .: Next ,: Previous other components. This can be used to control the trade-offs that the resolver makes between costs. For instance, a cost of 2*removals + - 3*upgrades says that two removals are exactly as - bad as three upgrades. Solutions that + 3*upgrades says that three removals are exactly as + bad as two upgrades. Solutions that contain four removals and one upgrade will be considered equivalent to solutions containing one removal and three upgrades, since both have a cost of eleven. diff --git a/doc/en/manpage.xml b/doc/en/manpage.xml index 9bc08555..f01ccaae 100644 --- a/doc/en/manpage.xml +++ b/doc/en/manpage.xml @@ -1191,7 +1191,8 @@ i A texlive-latex-extra Conflicts textopo - This option causes aptitude search and aptitude version to + This option causes aptitude search and + aptitude versions to output their results without any special formatting. In particular: normally &aptitude; will add whitespace or truncate search results in an attempt to fit its results @@ -1273,7 +1274,7 @@ libdbix-fulltextsearch-perl 0.73-10 Specify the format which should be used to display output from the search and - version commands. + versions commands. For instance, passing %p %V %v for format will display a package's name, followed by its currently installed version and its -- cgit v1.2.3