From c7c71e20d8f1e055ec55c7afeaee52381acfed5b Mon Sep 17 00:00:00 2001 From: Justin B Rye Date: Thu, 24 May 2012 15:49:55 +0200 Subject: * doc/apt-cache.8.xml: - fix a typo as well as adding missing literal markup --- doc/apt-cache.8.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/apt-cache.8.xml') diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index cf6303268..daccb6c6f 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -271,7 +271,8 @@ Reverse Provides: - Print only important dependencies; for use with unmet and depends. Causes only Depends and + Print only important dependencies; for use with unmet + and depends. Causes only Depends and Pre-Depends relations to be printed. Configuration Item: APT::Cache::Important. @@ -299,7 +300,7 @@ Reverse Provides: Print full records for all available versions. This is the default; to turn it off, use . If is specified, only the candidate version - will displayed (the one which would be selected for installation). + will be displayed (the one which would be selected for installation). This option is only applicable to the show command. Configuration Item: APT::Cache::AllVersions. -- cgit v1.2.3 From 1d254cb23a090f69ea53c740dd988e99ee13a247 Mon Sep 17 00:00:00 2001 From: Justin B Rye Date: Thu, 24 May 2012 16:00:53 +0200 Subject: * doc/apt-cache.8.xml: - three small rewordings for better english sentences --- doc/apt-cache.8.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/apt-cache.8.xml') diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index daccb6c6f..e6e6f32a9 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -127,8 +127,8 @@ Reverse Provides: Total distinct versions is the number of package versions found in the cache; this value is therefore at least equal to the - number of total package names. If more than one distribution (both - "stable" and "unstable", for instance), is being accessed, this value + number of total package names. If more than one distribution is being accessed + (for instance, "stable" and "unstable"), this value can be considerably larger than the number of total package names. @@ -142,7 +142,7 @@ Reverse Provides: showsrc displays all the source package records that match the given package names. All versions are shown, as well as all - records that declare the name to be a Binary. + records that declare the name to be a binary package. @@ -214,9 +214,9 @@ Reverse Provides: set the APT::Cache::GivenOnly option. The resulting nodes will have several shapes; normal packages are boxes, - pure provides are triangles, mixed provides are diamonds, + pure virtual packages are triangles, mixed virtual packages are diamonds, missing packages are hexagons. Orange boxes mean recursion was stopped - [leaf packages], blue lines are pre-depends, green lines are conflicts. + (leaf packages), blue lines are pre-depends, green lines are conflicts. Caution, dotty cannot graph larger sets of packages. -- cgit v1.2.3