swift 11/08/15 19:29:49 Modified: gentoolkit.xml Log: Updates on bug #269071 thanks to Chema Alonso (nimiux)
Revision Changes Path 1.35 xml/htdocs/doc/en/gentoolkit.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.34&r2=1.35 Index: gentoolkit.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- gentoolkit.xml 14 Aug 2011 17:02:52 -0000 1.34 +++ gentoolkit.xml 15 Aug 2011 19:29:48 -0000 1.35 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.34 2011/08/14 17:02:52 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.35 2011/08/15 19:29:48 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -40,8 +40,8 @@ <!-- Licensed under GFDL --> -<version>3</version> -<date>2011-06-24</date> +<version>4</version> +<date>2011-08-15</date> <chapter> <title>Introduction</title> @@ -287,7 +287,7 @@ the <c>--depth</c> option. </p> -<pre caption="Viewing Dependency Graph for cdrtools"> +<pre caption="Viewing Dependency Graph for mozilla-firefox"> $ <i>equery depgraph mozilla-firefox</i> * Searching for mozilla-firefox ... * dependency graph for www-client/mozilla-firefox-2.0.0.19: @@ -318,7 +318,7 @@ <p> <c>equery</c> can list all the files installed by an ebuild with the -<c>files</c> command. Try <c>--tree</c> to get an easy to read directory +<c>files</c> module. Try <c>--tree</c> to get an easy to read directory layout. Use <c>--filter</c> to only find a certain type of file. For example, to find where executables were installed, use <c>--filter=cmd</c>, and to quickly find the configuration file location, try <c>--filter=conf</c>.
