yum-software-management/en_US concepts.xml,1.4,1.5

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Jan 22 02:58:56 UTC 2008


Author: pfrields

Update of /cvs/docs/yum-software-management/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27917

Modified Files:
	concepts.xml 
Log Message:
- Fix top-level element
- Fix some tags



Index: concepts.xml
===================================================================
RCS file: /cvs/docs/yum-software-management/en_US/concepts.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- concepts.xml	22 Jan 2008 02:56:16 -0000	1.4
+++ concepts.xml	22 Jan 2008 02:58:54 -0000	1.5
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 
 <!-- *************** COMMON FDP entities *************** -->
@@ -161,30 +161,35 @@
       </seglistitem>
     </segmentedlist>
     <para>Some software may be optimized for particular types of
-      Intel-compatible machine. Separate packages may be provided for
-      <code>i386</code>, <code>i586</code>, <code>i686</code> and
-      <code>x86_64</code> computers. A machine with at least an Intel
-      Pentium, VIA C3 or compatible CPU may use <code>i586</code>
-      packages. Computers with an Intel Pentium Pro and above, or a
-      current model of AMD chip, may use <code>i686</code> packages.
+	Intel-compatible machine. Separate packages may be provided for
+	<systemitem>i386</systemitem>, <systemitem>i586</systemitem>,
+	<systemitem>i686</systemitem> and
+	<systemitem>x86_64</systemitem> computers. A machine with at
+	least an Intel Pentium, VIA C3 or compatible CPU may use
+	<systemitem>i586</systemitem> packages. Computers with an Intel
+	Pentium Pro and above, or a current model of AMD chip, may use
+	<systemitem>i686</systemitem> packages.
     </para>
-    <para>Use the short name of the package for <code>yum</code>
-      commands. This causes <code>yum</code> to automatically select the
-      most recent package in the repositories that matches the hardware
-      architecture of your computer. </para>
+    <para>Use the short name of the package for <command>yum</command>
+	commands. This causes <command>yum</command> to automatically
+	select the most recent package in the repositories that matches
+	the hardware architecture of your computer. </para>
     <para>Specify a package with other name formats to override the
-      default behavior and force <code>yum</code> to use the package
-      that matches that version or architecture. Only override
-      <code>yum</code> when you know that the default package selection
-      has a bug or other fault that makes it unsuitable for
-      installation. </para>
+	default behavior and force <command>yum</command> to use the
+	package that matches that version or architecture. Only override
+	<command>yum</command> when you know that the default package
+	selection has a bug or other fault that makes it unsuitable for
+	installation. </para>
     <important>
       <title>Package Names</title>
       <para> You may use any of the following formats to specify a
-	package in a <code>yum</code> operation: <code>name,
-	  name.architecture, name-version, name-version-release,
-	  name-version-release.architecture,</code> and
-	<code>epoch:name-version-release.architecture</code>. </para>
+	  package in a <command>yum</command> operation:
+	  <package>name</package>, <package>name.architecture</package>,
+	  <package>name-version</package>,
+	  <package>name-version-release</package>,
+	  <package>name-version-release.architecture</package>, and
+	  <package>epoch:name-version-release.architecture</package>.
+	</para>
     </important>
   </section>
 </section>




More information about the docs-commits mailing list