swift 08/05/21 19:47:28 Modified: gentoo-mips-faq.xml Log: Coding style
Revision Changes Path 1.4 xml/htdocs/doc/en/gentoo-mips-faq.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-mips-faq.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-mips-faq.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-mips-faq.xml?r1=1.3&r2=1.4 Index: gentoo-mips-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-mips-faq.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gentoo-mips-faq.xml 25 Aug 2007 09:49:21 -0000 1.3 +++ gentoo-mips-faq.xml 21 May 2008 19:47:28 -0000 1.4 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-mips-faq.xml,v 1.3 2007/08/25 09:49:21 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-mips-faq.xml,v 1.4 2008/05/21 19:47:28 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-mips-faq.xml"> @@ -11,7 +11,7 @@ </author> <abstract> -This FAQ is intended to answer some of the most frequently asked questions +This FAQ is intended to answer some of the most frequently asked questions relating to Gentoo/MIPS and Linux/MIPS in general. </abstract> @@ -31,7 +31,7 @@ <p> This FAQ is intended to answer frequently asked questions about Gentoo/MIPS and Linux/MIPS that we receive from various users. It's aimed at both new users -and experienced users alike. It has been split into a number of categories +and experienced users alike. It has been split into a number of categories to make navigation easier. </p> @@ -100,8 +100,8 @@ However, you're welcome to give it a try. May I suggest raising this on the <uri link="http://forums.gentoo.org/viewforum-f-32.html">Gentoo Forums</uri> and see what the interest is first. Also, have a look at some of the other threads -on porting Gentoo to other architectures such as -<uri link="http://forums.gentoo.org/viewtopic-t-113387.html">Solaris/SPARC</uri>, +on porting Gentoo to other architectures such as <uri +link="http://forums.gentoo.org/viewtopic-t-113387.html">Solaris/SPARC</uri>, <uri link="http://forums.gentoo.org/viewtopic-t-319607.html">IBM OS/2</uri> and <uri link="http://forums.gentoo.org/viewtopic-t-319691.html">Microsoft Services For Unix</uri> for hints on how to proceed. If after some hacking you get @@ -147,8 +147,8 @@ <p> Here is a list of some of the more famous MIPS-based systems in use. A more -comprehensive list can be found on the -<uri link="http://www.linux-mips.org/wiki/index.php/Systems">Linux/MIPS website</uri> +comprehensive list can be found on the <uri +link="http://www.linux-mips.org/wiki/index.php/Systems">Linux/MIPS website</uri> </p> <table> @@ -388,7 +388,7 @@ <p> This could be for any number of reasons, ranging from cabling issues, through to -issues on the server. The best way to troubleshoot any problem is a +issues on the server. The best way to troubleshoot any problem is a step-by-step approach... </p> @@ -397,8 +397,8 @@ <b>Have you got the SGI machine (and server) plugged into the right network ports?</b><br /> Make sure the network is cabled correctly. Also note that some machines - have special needs. For instance the Challenge S cannot obtain network - connectivity under Linux via its UTP port, you need to use the AUI port + have special needs. For instance the Challenge S cannot obtain network + connectivity under Linux via its UTP port, you need to use the AUI port via a transceiver. </li> <li> @@ -411,7 +411,8 @@ <li> <b>Have you disabled packet MTU discovery and set the port range?</b><br /> SGI boxes require <path>/proc/sys/net/ipv4/ip_no_pmtu_disc</path> = 1 and - <path>/proc/sys/net/ipv4/ip_local_port_range</path> = "2048 32767". See <uri + <path>/proc/sys/net/ipv4/ip_local_port_range</path> = "2048 32767". + See <uri link="/doc/en/handbook/handbook-mips.xml?part=1&chap=2#doc_chap4">the Gentoo/MIPS handbook</uri>. </li> -- [email protected] mailing list
