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/handbook: hb-working-use.xml
Date: Tue, 23 Jul 2013 20:14:51
Message-Id: 20130723201445.F15312171C@flycatcher.gentoo.org
1 swift 13/07/23 20:14:45
2
3 Modified: hb-working-use.xml
4 Log:
5 Fix bug #445186 - Link to global and local use flags, thanks to Francesco Turco for reporting and providing the easy fix
6
7 Revision Changes Path
8 1.54 xml/htdocs/doc/en/handbook/hb-working-use.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.54&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.54&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.53&r2=1.54
13
14 Index: hb-working-use.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v
17 retrieving revision 1.53
18 retrieving revision 1.54
19 diff -u -r1.53 -r1.54
20 --- hb-working-use.xml 9 Feb 2013 08:46:08 -0000 1.53
21 +++ hb-working-use.xml 23 Jul 2013 20:14:45 -0000 1.54
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.53 2013/02/09 08:46:08 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.54 2013/07/23 20:14:45 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 work with USE flags and understand how USE flags interact with your system.
33 </abstract>
34
35 -<version>4</version>
36 -<date>2013-02-09</date>
37 +<version>5</version>
38 +<date>2013-07-23</date>
39
40 <section>
41 <title>What are USE flags?</title>
42 @@ -95,12 +95,13 @@
43
44 <p>
45 A list of available global USE flags can be found <uri
46 -link="/dyn/use-index.xml">online</uri> or locally in
47 +link="/dyn/use-index.xml#doc_chap1">online</uri> or locally in
48 <path>/usr/portage/profiles/use.desc</path>.
49 </p>
50
51 <p>
52 -A list of available local USE flags can be found locally in
53 +A list of available local USE flags can be found <uri
54 +link="/dyn/use-index.xml#doc_chap2">online</uri> or locally in
55 <path>/usr/portage/profiles/use.local.desc</path>.
56 </p>