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.60) (envelope-from <gentoo-doc-cvs+bounces-2190-garchives=archives.gentoo.org@gentoo.org>) id 1GjMsc-0007EN-5K for garchives@archives.gentoo.org; Sun, 12 Nov 2006 21:28:42 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kACLSWQC018807; Sun, 12 Nov 2006 21:28:32 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kACLSVZ8019749 for <gentoo-doc-cvs@lists.gentoo.org>; Sun, 12 Nov 2006 21:28:32 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 4C7B7647BD for <gentoo-doc-cvs@lists.gentoo.org>; Sun, 12 Nov 2006 21:28:31 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 12 Nov 2006 21:28:30 +0000 From: "Josh Saddler" <nightmorph@lark.gentoo.org> Date: Sun, 12 Nov 2006 21:28:30 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-working-portage.xml Message-Id: <20061112212831.4C7B7647BD@smtp.gentoo.org> 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: 99b1a504-e40a-42f3-b614-b5066edda95a X-Archives-Hash: b3af32837cab3702dced73d4c3bb8fa4 nightmorph 06/11/12 21:28:30 Modified: hb-working-portage.xml Log: reworded hb-working-portage's --update/--deep paragraph to be even more clear than crystal clear, bug 154899. thanks to jkt for discussing on irc Revision Changes Path 1.61 xml/htdocs/doc/en/handbook/hb-working-portage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.61&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.60&r2=1.61 Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- hb-working-portage.xml 28 Oct 2006 09:17:55 -0000 1.60 +++ hb-working-portage.xml 12 Nov 2006 21:28:30 -0000 1.61 @@ -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.60 2006/10/28 09:17:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.61 2006/11/12 21:28:30 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ maintain the software on his system. </abstract> -<version>1.54</version> -<date>2006-09-04</date> +<version>1.55</version> +<date>2006-11-12</date> <section> <title>Welcome to Portage</title> @@ -293,8 +293,10 @@ <p> Portage will then search for newer version of the applications you have installed. However, it will only verify the versions for the applications you -have explicitly installed - not the dependencies. If you want to update every -single package on your system, add the <c>--deep</c> argument: +have <e>explicitly</e> installed (the applications listed in +<path>/var/lib/portage/world</path>) - it does not thoroughly check their +dependencies. If you want to update <e>every single package</e> on your system, +add the <c>--deep</c> argument: </p> <pre caption="Updating your entire system"> -- gentoo-doc-cvs@gentoo.org mailing list