2 commits - en-US/Backwards_compatibility.xml en-US/PPC_specifics_for_Fedora.xml en-US/Tools.xml en-US/Welcome_to_Fedora.xml

Paul W. Frields pfrields at fedoraproject.org
Fri Oct 17 19:28:27 UTC 2008


 en-US/Backwards_compatibility.xml  |   20 ++++++++++++--------
 en-US/PPC_specifics_for_Fedora.xml |    4 ++--
 en-US/Tools.xml                    |   14 +++++++++-----
 en-US/Welcome_to_Fedora.xml        |    2 +-
 4 files changed, 24 insertions(+), 16 deletions(-)

New commits:
commit 15a55e87467eba3a8185c95c2a17018c2e0cdc1c
Author: Paul W. Frields <stickster at gmail.com>
Date:   Fri Oct 17 15:27:58 2008 -0400

    Fix invalid XInclude href attribute for file name.

diff --git a/en-US/Welcome_to_Fedora.xml b/en-US/Welcome_to_Fedora.xml
index b5e1e34..d1c4bd0 100644
--- a/en-US/Welcome_to_Fedora.xml
+++ b/en-US/Welcome_to_Fedora.xml
@@ -51,6 +51,6 @@
 
 <!-- Fedora_10_Overview.xml  -->
 
-  <xi:include href="Fedora_10_Overview.xml"
+  <xi:include href="Fedora_10_overview.xml"
     xmlns:xi="http://www.w3.org/2001/XInclude" />
 </section>


commit 093d853743ee2bbaaeb627fb300ab4f618f2c68c
Author: Paul W. Frields <stickster at gmail.com>
Date:   Fri Oct 17 15:27:36 2008 -0400

    Fix validation errors in multiple beats.
    
        * Backward compatibility
        * PPC specifics
        * Tools

diff --git a/en-US/Backwards_compatibility.xml b/en-US/Backwards_compatibility.xml
index 421d62f..0704f35 100644
--- a/en-US/Backwards_compatibility.xml
+++ b/en-US/Backwards_compatibility.xml
@@ -3,15 +3,19 @@
  
 <section lang="en" id="sn-Backwards_compatibility">
   <title>Backwards compatibility</title>
-  <para>Fedora provides legacy system libraries for compatibility with
-    older software. This software is part of the <menuchoice>Legacy
-      Software Development</menuchoice> group, which is not installed by
-    default. Users who require this functionality may select this group
-    either during installation or after the installation process is
-    complete. To install the package group on a Fedora system, use
+  <para>
+    Fedora provides legacy system libraries for compatibility with
+    older software. This software is part of the
+    <menuchoice><guimenuitem>Legacy Software
+    Development</guimenuitem></menuchoice> group, which is not
+    installed by default. Users who require this functionality may
+    select this group either during installation or after the
+    installation process is complete. To install the package group on
+    a Fedora system, use
     <guimenu>Applications</guimenu><guimenuitem>Add/Remove
-      Software</guimenuitem> or enter the following command in a
-    terminal window:</para>
+    Software</guimenuitem> or enter the following command in a
+    terminal window:
+  </para>
   <screen>
     <userinput>su -c 'yum groupinstall "Legacy Software
       Development"'</userinput>
diff --git a/en-US/PPC_specifics_for_Fedora.xml b/en-US/PPC_specifics_for_Fedora.xml
index 1e640c1..8526d29 100644
--- a/en-US/PPC_specifics_for_Fedora.xml
+++ b/en-US/PPC_specifics_for_Fedora.xml
@@ -57,7 +57,7 @@
 	least 5% free space should be maintained for proper system
 	operation.</para>
     </section>
-  </section><section id="sn-4 KiB_pages_on_64-bit_machines">
+  </section><section id="sn-4_KiB_pages_on_64-bit_machines">
     <title>4 KiB pages on 64-bit machines</title>
     <para>After a brief experiment with 64KiB pages in Fedora Core 6,
       the PowerPC64 kernel has now been switched back to 4KiB pages. The
@@ -171,7 +171,7 @@
 	  should be able to boot from the Fedora install media. Please
 	  note that network installation works best with NFS, since that
 	  takes less memory than FTP or HTTP methods. Using the
-	  <menuchoice>text</menuchoice>
+	  <menuchoice><guimenuitem>text</guimenuitem></menuchoice>
 	  option also reduces the amount of memory taken by the
 	  installer.</para>
 	<para>For more info on Fedora and the PlayStation3 or Fedora on
diff --git a/en-US/Tools.xml b/en-US/Tools.xml
index 55f903a..e775434 100644
--- a/en-US/Tools.xml
+++ b/en-US/Tools.xml
@@ -172,10 +172,14 @@
 	    <para>
 	      <ulink
 		url="http://www.netbeans.org/issues/"/>
-	      -  Issue Tracker of the NetBeans project. Please, use
-	      <menuchoice>Component: installer</menuchoice>, <menuchoice>OS:
-		Linux</menuchoice>, <menuchoice>Subcomponent: rpm</menuchoice>
-	      to file the issues related to the NetBeans RPMs.</para>
+	      - Issue Tracker of the NetBeans project. Please, use
+	      <menuchoice><guimenuitem>Component:
+	      installer</guimenuitem></menuchoice>,
+	      <menuchoice><guimenuitem>OS:
+	      Linux</guimenuitem></menuchoice>,
+	      <menuchoice><guimenuitem>Subcomponent:
+	      rpm</guimenuitem></menuchoice> to file the issues
+	      related to the NetBeans RPMs.</para>
 	  </listitem>
 	</itemizedlist>
       </section>
@@ -227,7 +231,7 @@
 	virtual appliances. The two components of this feature are the
 	ACT (Appliance Creation Tool) and the AOS (The Appliance
 	Operating System).  Install the <package>appliance-tools</package> package
-	with <menuchoice>Add/Remove Software</menuchoice> or <command>
+	with <menuchoice><guimenuitem>Add/Remove Software</guimenuitem></menuchoice> or <command>
 	</command>yum.
       </para>
       <section id="sn-Appliance_Creation_Tool">





More information about the docs-commits mailing list