[install-guide] Fixing a broken build

pbokoc pbokoc at fedoraproject.org
Mon Jul 21 23:22:36 UTC 2014


commit e64118ff21dd266f2b0e26574ff5f947b51dd700
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Tue Jul 22 01:21:46 2014 +0200

    Fixing a broken build

 en-US/Trouble_After_Ram.xml |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/en-US/Trouble_After_Ram.xml b/en-US/Trouble_After_Ram.xml
index e058172..35c2450 100644
--- a/en-US/Trouble_After_Ram.xml
+++ b/en-US/Trouble_After_Ram.xml
@@ -12,20 +12,19 @@
 
 	</indexterm>
   <note>
-    <title>Only showing 3.5GB?<title>
+    <title>Only showing 3.5GB?</title>
         <para>
           If you have 4GB or more memory installed, but Fedora only shows around 3.5GB or 3.7GB, you have probably installed a 32bit version of Fedora on a 64bit kernel. For modern systems, the 64bit version of Fedora is recommended. Refer to <xref linkend="sn-which-arch" /> for more details.
         </para>
-      </title>
     </note>
 	 <para>
 		Sometimes, the kernel does not recognize all of your memory (RAM). The following procedure will allow you to confirm this and then adjust the kernel if necessary.
 	 </para>
-	 
+
 	 <procedure>
 	   <step>
 	      <para>
-		Run the <command moreinfo="none">cat /proc/meminfo</command> command and verify that the displayed quantity is the same as the known amount of RAM in your system. If they are not equal, you can first make a temporary change to confirm whether editing the kernel will be effective. 
+		Run the <command moreinfo="none">cat /proc/meminfo</command> command and verify that the displayed quantity is the same as the known amount of RAM in your system. If they are not equal, you can first make a temporary change to confirm whether editing the kernel will be effective.
 	      </para>
 	  </step>
 	  <step>
@@ -37,12 +36,12 @@
 	      <para>
           You are presented with a list of items in the configuration file for the boot label you have selected. Move to the line that starts with <computeroutput moreinfo="none">linux</computeroutput> or <computeroutput>linuxefi</computeroutput>.
 	      </para>
-	  </step>    
-	  <step>    
+	  </step>
+	  <step>
 	      <para>
 		At the end of the <computeroutput moreinfo="none">kernel</computeroutput> line, add
 	      </para>
-	
+
 <screen>
 <userinput moreinfo="none">mem=<replaceable>xx</replaceable>M</userinput></screen>
 	      <para>
@@ -53,7 +52,7 @@
 		<para>
       Run <command moreinfo="none">cat /proc/meminfo</command> again. If the known amount of RAM in your system is now displayed, add the following to the <varname>GRUB_CMDLINE_LINUX</varname> line in <filename moreinfo="none">/etc/default/grub</filename>, inside the quotes, to make the change permanent:
 		</para>
-	
+
 <screen>
 <userinput moreinfo="none">mem=<replaceable>xx</replaceable>M</userinput></screen>
 	 <para>
@@ -98,5 +97,3 @@
 
 
 </section>
-
-


More information about the docs-commits mailing list