swift 05/08/01 12:53:52 Modified: xml/htdocs/doc/en utf-8.xml Log: #99725 - Use update instruction instead of oneshot
Revision Changes Path 1.30 +7 -7 xml/htdocs/doc/en/utf-8.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.30&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.30&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.29&r2=1.30&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- utf-8.xml 10 Jul 2005 11:12:10 -0000 1.29 +++ utf-8.xml 1 Aug 2005 12:53:52 -0000 1.30 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.29 2005/07/10 11:12:10 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.30 2005/08/01 12:53:52 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>2.9</version> -<date>2005-07-10</date> +<version>2.10</version> +<date>2005-08-01</date> <chapter> <title>Character Encodings</title> @@ -432,12 +432,12 @@ <p> It is wise to add <c>unicode</c> to your global USE flags in <path>/etc/make.conf</path>, and then to remerge <c>sys-libs/ncurses</c> and -<c>sys-libs/slang</c> if appropriate: +<c>sys-libs/slang</c> if appropriate. Portage will do this automatically when +you update your system: </p> -<pre caption="Emerging ncurses and slang"> -<comment>(We avoid putting these libraries in our world file with --oneshot)</comment> -# <i>emerge --oneshot sys-libs/ncurses sys-libs/slang</i> +<pre caption="Updating your system"> +# <i>emerge --update --deep --newuse world</i> </pre> <p> -- [email protected] mailing list
