From 7e4c7441e83fc2cf37436d0d22b9004392759ec0 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 13:42:09 +0200 Subject: Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt-get manpage. --- doc/apt-cache.8.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/apt-cache.8.xml') diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 6416f4edf..520c3cdca 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -51,6 +51,7 @@ rdepends pkg pkgnames prefix dotty pkg + xvcg pkg policy pkgs madison pkgs @@ -241,6 +242,11 @@ Reverse Provides: To limit the output to only the packages listed on the command line, set the APT::Cache::GivenOnly option. + xvcg pkg(s) + The same as dotty, only for xvcg from the + VCG tool. + + The resulting nodes will have several shapes; normal packages are boxes, pure provides are triangles, mixed provides are diamonds, missing packages are hexagons. Orange boxes mean recursion was stopped -- cgit v1.2.3 From c2c45f40e2625e0382c48dcba7645e0ac5ed06f8 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 14:27:43 +0200 Subject: Fixed placing for 'xvcg' entry, added missing closing tags. --- 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 520c3cdca..21605ff0e 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -242,11 +242,6 @@ Reverse Provides: To limit the output to only the packages listed on the command line, set the APT::Cache::GivenOnly option. - xvcg pkg(s) - The same as dotty, only for xvcg from the - VCG tool. - - The resulting nodes will have several shapes; normal packages are boxes, pure provides are triangles, mixed provides are diamonds, missing packages are hexagons. Orange boxes mean recursion was stopped @@ -255,6 +250,11 @@ Reverse Provides: Caution, dotty cannot graph larger sets of packages. + xvcg pkg(s) + The same as dotty, only for xvcg from the + VCG tool. + + policy [ pkg(s) ] policy is meant to help debug issues relating to the preferences file. With no arguments it will print out the -- cgit v1.2.3