swift 05/04/16 21:20:42 Modified: xml/htdocs/doc/en faq.xml Log: Sanitizing a bit: (1.) make -march more clear, (2.) use correct useradd command and (3.) refer to the "Get Gentoo!" page instead of just tuxcds (and remove the lie that it returns anything)
Revision Changes Path 1.82 +8 -10 xml/htdocs/doc/en/faq.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.82&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.82&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml.diff?r1=1.81&r2=1.82&cvsroot=gentoo Index: faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- faq.xml 6 Apr 2005 09:39:59 -0000 1.81 +++ faq.xml 16 Apr 2005 21:20:42 -0000 1.82 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.81 2005/04/06 09:39:59 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.82 2005/04/16 21:20:42 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/faq.xml"> @@ -40,8 +40,8 @@ <license/> -<version>2.14</version> -<date>2005-02-19</date> +<version>2.15</version> +<date>2005-04-16</date> <chapter> <title>Featured Questions</title> @@ -319,8 +319,8 @@ </p> <p> -Please try to compile with CFLAGS <c>-march= -O2</c> first before reporting a -bug. +Please try to compile with CFLAGS <c>-march=<your_arch> -O2</c> first +before reporting a bug. </p> </body> @@ -351,7 +351,7 @@ </p> <pre caption="Using useradd"> -# <i>useradd gentoo -m -G users,audio,wheel -s /bin/bash</i> +# <i>useradd -m -G users,audio,wheel -s /bin/bash gentoo</i> </pre> <p> @@ -1018,10 +1018,8 @@ </p> <p> -You can also find fresh CDs from -<uri link = "http://www.tuxcds.com/section.php?section=42"> -tuxcds</uri> for a very good price. These people also bounce back a -portion of the profits to the Gentoo project, so buy them while they are hot! +You can also find fresh CDs from various resellers listed on our <uri +link="/main/en/where.xml">Get Gentoo!</uri> page. </p> </body> -- [email protected] mailing list
