Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoolkit.xml
Date: Mon, 15 Aug 2011 19:30:04
Message-Id: 20110815192949.079502004C@flycatcher.gentoo.org
1 swift 11/08/15 19:29:49
2
3 Modified: gentoolkit.xml
4 Log:
5 Updates on bug #269071 thanks to Chema Alonso (nimiux)
6
7 Revision Changes Path
8 1.35 xml/htdocs/doc/en/gentoolkit.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.35&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.35&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.34&r2=1.35
13
14 Index: gentoolkit.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- gentoolkit.xml 14 Aug 2011 17:02:52 -0000 1.34
21 +++ gentoolkit.xml 15 Aug 2011 19:29:48 -0000 1.35
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.34 2011/08/14 17:02:52 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.35 2011/08/15 19:29:48 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -40,8 +40,8 @@
30
31 <!-- Licensed under GFDL -->
32
33 -<version>3</version>
34 -<date>2011-06-24</date>
35 +<version>4</version>
36 +<date>2011-08-15</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -287,7 +287,7 @@
41 the <c>--depth</c> option.
42 </p>
43
44 -<pre caption="Viewing Dependency Graph for cdrtools">
45 +<pre caption="Viewing Dependency Graph for mozilla-firefox">
46 $ <i>equery depgraph mozilla-firefox</i>
47 * Searching for mozilla-firefox ...
48 * dependency graph for www-client/mozilla-firefox-2.0.0.19:
49 @@ -318,7 +318,7 @@
50
51 <p>
52 <c>equery</c> can list all the files installed by an ebuild with the
53 -<c>files</c> command. Try <c>--tree</c> to get an easy to read directory
54 +<c>files</c> module. Try <c>--tree</c> to get an easy to read directory
55 layout. Use <c>--filter</c> to only find a certain type of file. For example,
56 to find where executables were installed, use <c>--filter=cmd</c>, and to
57 quickly find the configuration file location, try <c>--filter=conf</c>.