swift       13/12/17 11:29:20

  Modified:             hb-working-portage.xml hb-working-use.xml
  Log:
  Fix bug #490320 - Use correct syntax for world set

Revision  Changes    Path
1.85                 xml/htdocs/doc/en/handbook/hb-working-portage.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.85&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.85&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.84&r2=1.85

Index: hb-working-portage.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- hb-working-portage.xml      17 Sep 2013 07:25:28 -0000      1.84
+++ hb-working-portage.xml      17 Dec 2013 11:29:20 -0000      1.85
@@ -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-portage.xml,v 1.84 
2013/09/17 07:25:28 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.85 
2013/12/17 11:29:20 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 maintain the software on his system.
 </abstract>
 
-<version>10</version>
-<date>2013-09-17</date>
+<version>11</version>
+<date>2013-12-17</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -289,13 +289,13 @@
 security updates) you need to update your system regularly. Since Portage only
 checks the ebuilds in your Portage tree you first have to update your Portage
 tree. When your Portage tree is updated, you can update your system with
-<c>emerge --update world</c>. In the next example, we'll also use the
+<c>emerge --update @world</c>. In the next example, we'll also use the
 <c>--ask</c> switch which will tell Portage to display the list of packages it
 wants to upgrade and ask you if you want to continue:
 </p>
 
 <pre caption="Updating your system">
-# <i>emerge --update --ask world</i>
+# <i>emerge --update --ask @world</i>
 </pre>
 
 <p>
@@ -308,7 +308,7 @@
 </p>
 
 <pre caption="Updating your system with dependencies">
-# <i>emerge --update --deep world</i>
+# <i>emerge --update --deep @world</i>
 </pre>
 
 <p>
@@ -320,7 +320,7 @@
 </p>
 
 <pre caption="Updating your entire system">
-# <i>emerge --update --deep --with-bdeps=y world</i>
+# <i>emerge --update --deep --with-bdeps=y @world</i>
 </pre>
 
 <p>
@@ -337,7 +337,7 @@
 </p>
 
 <pre caption="Performing a full update">
-# <i>emerge --update --deep --with-bdeps=y --newuse world</i>
+# <i>emerge --update --deep --with-bdeps=y --newuse @world</i>
 </pre>
 
 </body>
@@ -374,7 +374,7 @@
 </p>
 
 <pre caption="Removing orphaned dependencies">
-# <i>emerge --update --deep --newuse world</i>
+# <i>emerge --update --deep --newuse @world</i>
 # <i>emerge --depclean</i>
 # <i>revdep-rebuild</i>
 </pre>



1.55                 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.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.54&r2=1.55

Index: hb-working-use.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- hb-working-use.xml  23 Jul 2013 20:14:45 -0000      1.54
+++ hb-working-use.xml  17 Dec 2013 11:29:20 -0000      1.55
@@ -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.54 
2013/07/23 20:14:45 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.55 
2013/12/17 11:29:20 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 work with USE flags and understand how USE flags interact with your system.
 </abstract>
 
-<version>5</version>
-<date>2013-07-23</date>
+<version>6</version>
+<date>2013-12-17</date>
 
 <section>
 <title>What are USE flags?</title>
@@ -281,7 +281,7 @@
 </p>
 
 <pre caption="Rebuilding your entire system">
-# <i>emerge --update --deep --newuse world</i>
+# <i>emerge --update --deep --newuse @world</i>
 </pre>
 
 <p>




Reply via email to