yum-software-management/en_US concepts.xml,1.2,1.3

Jared Smith (jsmith) fedora-docs-commits at redhat.com
Tue Jan 22 02:52:18 UTC 2008


Author: jsmith

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

Modified Files:
	concepts.xml 
Log Message:
Add a Doctype to the file, as well as the Emacs and VIM code at the bottom



Index: concepts.xml
===================================================================
RCS file: /cvs/docs/yum-software-management/en_US/concepts.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- concepts.xml	22 Jan 2008 02:25:38 -0000	1.2
+++ concepts.xml	22 Jan 2008 02:52:15 -0000	1.3
@@ -1,4 +1,12 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+
+<!-- *************** COMMON FDP entities *************** -->
+<!ENTITY % FDP-ENTITIES SYSTEM "fdp-entities.ent">
+ %FDP-ENTITIES;
+]>
   <section id="sn-Concepts">
     <title>Software Management Concepts</title>
     <para/>
@@ -49,9 +57,6 @@
     <title>About Dependencies</title>
     <para>Some of the files installed on a Fedora distribution are <emphasis>libraries</emphasis> which may provide functions to multiple applications. When an application requires a specific library, the package which contains that library is a <emphasis>dependency</emphasis>. To properly install a package, Fedora must first satisfy its dependencies. The dependency information for a RPM package is stored within the RPM file. </para>
     <para>The <code>yum</code> utility uses package dependency data to ensure that all of requirements for an application are met during installation. It automatically installs the packages for any dependencies not already present on your system. If a new application has requirements that conflict with existing software, <code>yum</code> aborts without making any changes to your system. </para>
-    <para>
-      <anchor id="understanding_package_names"/>
-    </para>
   </section>
   <section id="sn-UnderstandingPackageNames">
     <title>Understanding Package Names</title>
@@ -97,3 +102,12 @@
     </important>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->
+<!-- 
+vim: softtabstop=2:shiftwidth=2:expandtab:textwidth=72 
+-->




More information about the Fedora-docs-commits mailing list