From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.62)
	(envelope-from <gentoo-doc-cvs+bounces-2678-garchives=archives.gentoo.org@gentoo.org>)
	id 1I65Cl-0004as-8C
	for garchives@archives.gentoo.org; Wed, 04 Jul 2007 13:47:39 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l64DlLQc018328;
	Wed, 4 Jul 2007 13:47:21 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l64DlKNl018307
	for <gentoo-doc-cvs@lists.gentoo.org>; Wed, 4 Jul 2007 13:47:21 GMT
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTP id 9B8156519F
	for <gentoo-doc-cvs@lists.gentoo.org>; Wed,  4 Jul 2007 13:47:20 +0000 (UTC)
Received: from neysx by stork.gentoo.org with local (Exim 4.60)
	(envelope-from <neysx@stork.gentoo.org>)
	id 1I65CR-0003N1-4R
	for gentoo-doc-cvs@lists.gentoo.org; Wed, 04 Jul 2007 13:47:19 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-working-use.xml
Message-Id: <E1I65CR-0003N1-4R@stork.gentoo.org>
From: Xavier Neys <neysx@stork.gentoo.org>
Date: Wed, 04 Jul 2007 13:47:19 +0000
Precedence: bulk
List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org>
List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org>
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 3baae316-ed72-4585-b78c-cd8f0c5650db
X-Archives-Hash: 86d90cd6c7033679485a1bec4efc37e3

neysx       07/07/04 13:47:19

  Modified:             hb-working-use.xml
  Log:
  #184188 Update equery output

Revision  Changes    Path
1.48                 xml/htdocs/doc/en/handbook/hb-working-use.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.47&r2=1.48

Index: hb-working-use.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- hb-working-use.xml	4 Jul 2007 13:42:38 -0000	1.47
+++ hb-working-use.xml	4 Jul 2007 13:47:19 -0000	1.48
@@ -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.47 2007/07/04 13:42:38 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.48 2007/07/04 13:47:19 neysx Exp $ -->
 
 <sections>
 
@@ -353,20 +353,20 @@
 </p>
 
 <pre caption="Using equery to view used USE flags">
-# <i>equery uses =gnumeric-1.6.3 -a</i>
+# <i>equery --nocolor uses =gnumeric-1.6.3 -a</i>
 [ Searching for packages matching =gnumeric-1.6.3... ]
-[ Colour Code : <comment>set</comment> <i>unset</i> ]
-[ Legend        : Left column  (U) - USE flags from make.conf  ]
-[               : Right column (I) - USE flags packages was installed with ]
+[ Colour Code : set unset ]
+[ Legend : Left column  (U) - USE flags from make.conf              ]
+[        : Right column (I) - USE flags packages was installed with ]
 [ Found these USE variables for app-office/gnumeric-1.6.3 ]
  U I
- - - <i>debug</i>  : Enable extra debug codepaths, like asserts and extra output.
-                     If you want to get meaningful backtraces see
-                     http://www.gentoo.org/proj/en/qa/backtraces.xml.
- - - <i>gnome</i>  : Adds GNOME support
- + + <comment>python</comment>  : Adds support/bindings for the Python language
- - - <i>static</i> : !!do not set this during bootstrap!! Causes binaries to be
-                       statically linked instead of dynamically
+ - - debug  : Enable extra debug codepaths, like asserts and extra output.
+              If you want to get meaningful backtraces see
+              http://www.gentoo.org/proj/en/qa/backtraces.xml .
+ + + gnome  : Adds GNOME support
+ + + python : Adds support/bindings for the Python language
+ - - static : !!do not set this during bootstrap!! Causes binaries to be
+              statically linked instead of dynamically
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list