Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: faq.xml
Date: Fri, 16 Jul 2010 23:18:38
Message-Id: 20100716231831.8228A2CE14@corvid.gentoo.org
1 nightmorph 10/07/16 23:18:31
2
3 Modified: faq.xml
4 Log:
5 fix grub doc link, update gcc -march info for x86/amd64, fix guidexml doc headers
6
7 Revision Changes Path
8 1.116 xml/htdocs/doc/en/faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.116&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.116&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.115&r2=1.116
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
17 retrieving revision 1.115
18 retrieving revision 1.116
19 diff -u -r1.115 -r1.116
20 --- faq.xml 25 Oct 2008 23:44:32 -0000 1.115
21 +++ faq.xml 16 Jul 2010 23:18:31 -0000 1.116
22 @@ -1,7 +1,8 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.116 2010/07/16 23:18:31 nightmorph Exp $ -->
26
27 -<guide link="/doc/en/faq.xml">
28 +<guide>
29 <title>Gentoo Linux Frequently Asked Questions</title>
30 <author title="Author">
31 <mail link="drobbins@g.o">Daniel Robbins</mail>
32 @@ -46,8 +47,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>3.13</version>
37 -<date>2008-10-25</date>
38 +<version>3.14</version>
39 +<date>2010-07-16</date>
40
41 <faqindex>
42 <title>Questions</title>
43 @@ -347,7 +348,7 @@
44 <p>
45 Please note that many more options exist than those for which Gentoo builds
46 binary stages. Please see the <uri
47 -link="http://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options">gcc
48 +link="http://gcc.gnu.org/onlinedocs/gcc-4.4.3/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options">gcc
49 guide</uri> for setting <c>-march</c>.
50 </p>
51
52 @@ -423,9 +424,8 @@
53 <p>
54 This will make Windows believe it is installed on the first hard drive and boot
55 without problems. More information can be found in the <uri
56 -link="http://www.gnu.org/software/grub/manual/html_node/DOS_002fWindows.html">GRUB
57 -documentation</uri> and in <c>man lilo.conf</c>, depending on the boot loader
58 -you're using.
59 +link="http://www.gnu.org/software/grub/">GRUB documentation</uri> and in <c>man
60 +lilo.conf</c>, depending on the boot loader you're using.
61 </p>
62
63 </body>