From 4c4ce473d6a671234be534414ba3660c7267c9ee Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 17 Oct 2016 22:00:11 +1000 Subject: Remove pactree This has been moved to the pacman-contrib project. Signed-off-by: Allan McRae --- doc/pactree.8.txt | 69 ------------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 doc/pactree.8.txt (limited to 'doc/pactree.8.txt') diff --git a/doc/pactree.8.txt b/doc/pactree.8.txt deleted file mode 100644 index b177788a..00000000 --- a/doc/pactree.8.txt +++ /dev/null @@ -1,69 +0,0 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// -pactree(8) -========= - -Name ----- -pactree - package dependency tree viewer - - -Synopsis --------- -'pactree' [options] package - - -Description ------------ -Pactree produces a dependency tree for a package. - -By default, a tree-like output is generated, but with the '\--graph' option, a Graphviz -description is generated. - - -Options -------- -*-a, \--ascii*:: - Use ASCII characters for tree formatting. By default, pactree will use Unicode - line drawing characters if it is able to detect that the locale supports them. - -*-b, \--dbpath*:: - Specify an alternative database location. - -*-c, \--color*:: - Colorize output. - -*-d, \--depth *:: - Limits the number of levels of dependency to show. A zero means - show the named package only, one shows the packages that are directly - required. - -*-g, \--graph*:: - Generate a Graphviz description. If this option is given, the '\--color' and - '\--linear' options are ignored. - -*-h, \--help*:: - Output syntax and command-line options. - -*-l, \--linear*:: - Prints package names at the start of each line, one per line. - -*-r, \--reverse*:: - Show packages that depend on the named package. - -*-s, \--sync*:: - Read package data from sync databases instead of local database. - -*-u, \--unique*:: - List dependent packages once. Implies '\--linear'. - -*\--config *:: - Specify an alternate pacman configuration file. - - -See Also --------- -linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8] - -include::footer.txt[] -- cgit v1.2.3