swift 13/07/23 20:14:45 Modified: hb-working-use.xml Log: Fix bug #445186 - Link to global and local use flags, thanks to Francesco Turco for reporting and providing the easy fix
Revision Changes Path 1.54 xml/htdocs/doc/en/handbook/hb-working-use.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.53&r2=1.54 Index: hb-working-use.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- hb-working-use.xml 9 Feb 2013 08:46:08 -0000 1.53 +++ hb-working-use.xml 23 Jul 2013 20:14:45 -0000 1.54 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.53 2013/02/09 08:46:08 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.54 2013/07/23 20:14:45 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ work with USE flags and understand how USE flags interact with your system. </abstract> -<version>4</version> -<date>2013-02-09</date> +<version>5</version> +<date>2013-07-23</date> <section> <title>What are USE flags?</title> @@ -95,12 +95,13 @@ <p> A list of available global USE flags can be found <uri -link="/dyn/use-index.xml">online</uri> or locally in +link="/dyn/use-index.xml#doc_chap1">online</uri> or locally in <path>/usr/portage/profiles/use.desc</path>. </p> <p> -A list of available local USE flags can be found locally in +A list of available local USE flags can be found <uri +link="/dyn/use-index.xml#doc_chap2">online</uri> or locally in <path>/usr/portage/profiles/use.local.desc</path>. </p>
