smithj 05/06/23 00:36:22 Modified: xml/htdocs/doc/en utf-8.xml Log: fixed a code listing which told users to use emerge --verbose --ask when it wasn't necessary
Revision Changes Path 1.22 +3 -3 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.22&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.22&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.21&r2=1.22&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- utf-8.xml 20 Jun 2005 17:25:06 -0000 1.21 +++ utf-8.xml 23 Jun 2005 00:36:22 -0000 1.22 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.21 2005/06/20 17:25:06 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.22 2005/06/23 00:36:22 smithj Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -412,12 +412,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 -also <c>sys-libs/slang</c> if appropriate: +<c>sys-libs/slang</c> if appropriate: </p> <pre caption="Emerging ncurses and slang"> <comment>(We avoid putting these libraries in our world file with --oneshot)</comment> -# <i>emerge --oneshot --verbose --ask sys-libs/ncurses sys-libs/slang</i> +# <i>emerge --oneshot sys-libs/ncurses sys-libs/slang</i> </pre> <p> -- [email protected] mailing list
