release-notes/devel/en_US ArchSpecific.xml, 1.25, 1.26 BackwardsCompatibility.xml, 1.20, 1.21 Colophon.xml, 1.35, 1.36 DatabaseServers.xml, 1.18, 1.19 Desktop.xml, 1.35, 1.36 I18n.xml, 1.31, 1.32 Installer.xml, 1.29, 1.30 Java.xml, 1.23, 1.24 Kernel.xml, 1.31, 1.32

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Mon Mar 17 22:02:34 UTC 2008


Author: kwade

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6056

Modified Files:
	ArchSpecific.xml BackwardsCompatibility.xml Colophon.xml 
	DatabaseServers.xml Desktop.xml I18n.xml Installer.xml 
	Java.xml Kernel.xml 
Log Message:
nitpicky fixes


Index: ArchSpecific.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/ArchSpecific.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ArchSpecific.xml	17 Mar 2008 22:00:40 -0000	1.25
+++ ArchSpecific.xml	17 Mar 2008 22:02:32 -0000	1.26
@@ -23,7 +23,7 @@
       by default. To install <package>yum-utils</package> , run the
       following command:
     </para>
-<screen><![CDATA[su -c 'yum install yum-utils']]></screen>
+<screen><![CDATA[su -c "yum install yum-utils"]]></screen>
     <para>
       To list all packages with their architecture using
       <command>rpm</command>, run the following command:
@@ -493,3 +493,9 @@
     </section>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->


Index: BackwardsCompatibility.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/BackwardsCompatibility.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- BackwardsCompatibility.xml	17 Mar 2008 22:00:40 -0000	1.20
+++ BackwardsCompatibility.xml	17 Mar 2008 22:02:32 -0000	1.21
@@ -24,7 +24,7 @@
     Software</guimenuitem></menuchoice> or enter the following command
     in a terminal window:
   </para>
-<screen><![CDATA[su -c 'yum groupinstall "Legacy Software Development"']]></screen>
+<screen><![CDATA[su -c "yum groupinstall 'Legacy Software Development'"]]></screen>
   <para>
     Enter the password for the
     <systemitem
@@ -196,3 +196,9 @@
     </caution>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->


Index: Colophon.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Colophon.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Colophon.xml	17 Mar 2008 22:00:40 -0000	1.35
+++ Colophon.xml	17 Mar 2008 22:02:32 -0000	1.36
@@ -193,7 +193,7 @@
       <listitem>
         <para>
           <ulink url="http://fedoraproject.org/wiki/LenkaCelkova">Lenka
-          Celkova</ulink> (translator - Slovak)
+	    Celkova</ulink> (translator - Slovak)
         </para>
       </listitem>
       <listitem>
@@ -328,8 +328,9 @@
       </listitem>
       <listitem>
         <para>
-          <ulink url='http://fedoraproject.org/wiki/ThomasCanniot'>ThomasCanniot</ulink>
-          (translator - French)
+          <ulink
+	    url='http://fedoraproject.org/wiki/ThomasCanniot'>ThomasCanniot</ulink> 
+	  (translator - French)
         </para>
       </listitem>
       <listitem>
@@ -416,3 +417,9 @@
     </para>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->


Index: DatabaseServers.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/DatabaseServers.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- DatabaseServers.xml	17 Mar 2008 22:00:40 -0000	1.18
+++ DatabaseServers.xml	17 Mar 2008 22:02:32 -0000	1.19
@@ -66,3 +66,9 @@
     </important>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->


Index: Desktop.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Desktop.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Desktop.xml	17 Mar 2008 22:00:40 -0000	1.35
+++ Desktop.xml	17 Mar 2008 22:02:32 -0000	1.36
@@ -642,3 +642,9 @@
     </para>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->


Index: I18n.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/I18n.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- I18n.xml	17 Mar 2008 22:00:40 -0000	1.31
+++ I18n.xml	17 Mar 2008 22:02:32 -0000	1.32
@@ -57,7 +57,7 @@
         Software</guimenuitem></menuchoice>, or run this command:
       </para>
 <screen>
-su -c 'yum groupinstall <replaceable>language</replaceable>-support'
+su -c "yum groupinstall <replaceable>language</replaceable>-support"
 </screen>
       <para>
         In the command above, <replaceable>language</replaceable> is one


Index: Installer.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Installer.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Installer.xml	17 Mar 2008 22:00:40 -0000	1.29
+++ Installer.xml	17 Mar 2008 22:02:32 -0000	1.30
@@ -335,8 +335,8 @@
           device entries in <filename>/etc/fstab</filename> must be
           adjusted to match:
         </para>
-<screen><![CDATA[su -c 'cp /etc/fstab /etc/fstab.orig'
-su -c 'gedit /etc/fstab']]></screen>
+<screen><![CDATA[su -c "cp /etc/fstab /etc/fstab.orig"
+su -c "gedit /etc/fstab"]]></screen>
         <para>
           An example of a mount by label entry is:
         </para>
@@ -353,7 +353,7 @@
           filesystem was modified, the kernel boot parameter in the grub
           configuration file must also be modified:
         </para>
-<screen><![CDATA[su -c 'gedit /boot/grub/grub.conf']]></screen>
+<screen><![CDATA[su -c "gedit /boot/grub/grub.conf"]]></screen>
         <para>
           A matching example kernel grub line is:
         </para>
@@ -422,7 +422,7 @@
             any configured repository. To list all these packages, use
             the following command:
           </para>
-<screen><![CDATA[su -c 'yum list extras']]></screen>
+<screen><![CDATA[su -c "yum list extras"]]></screen>
         </listitem>
       </itemizedlist>
     </section>


Index: Java.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Java.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Java.xml	17 Mar 2008 22:00:40 -0000	1.23
+++ Java.xml	17 Mar 2008 22:02:32 -0000	1.24
@@ -187,3 +187,9 @@
     </warning>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->


Index: Kernel.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Kernel.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Kernel.xml	17 Mar 2008 22:00:40 -0000	1.31
+++ Kernel.xml	17 Mar 2008 22:02:32 -0000	1.32
@@ -158,7 +158,7 @@
 	class="directory">/usr/src/kernels/<replaceable>version</replaceable>[-PAE|-xen|-kdump]-<replaceable>arch</replaceable>/</filename>
       tree. Use the following command:
     </para>
-<screen><![CDATA[su -c 'yum install kernel{,-PAE,-xen,-kdump}-devel' 
+<screen><![CDATA[su -c "yum install kernel{,-PAE,-xen,-kdump}-devel" 
 ]]></screen>
     <para>
       Select one or more of these flavors, separated by commas and no
@@ -234,3 +234,9 @@
     </para>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->




More information about the Fedora-docs-commits mailing list