ensure that all docs use all entities files
[ntk/apt.git] / doc / sources.list.5.xml
index 87f4d5f..da4f571 100644 (file)
@@ -1,15 +1,9 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!ENTITY % aptent SYSTEM "apt.ent">
-%aptent;
-
-<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent">
-%aptverbatiment;
-
-<!ENTITY % aptvendor SYSTEM "apt-vendor.ent">
-%aptvendor;
+<!ENTITY % aptent SYSTEM "apt.ent"> %aptent;
+<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> %aptverbatiment;
+<!ENTITY % aptvendor SYSTEM "apt-vendor.ent"> %aptvendor;
 ]>
 
 <refentry>
 
    <para>Alternatively a rfc822 style format is also supported:
    <literallayout>
-     Type: deb
-     URI: http://example.com
-     Suites: stable
+     Types: deb deb-src
+     URIs: http://example.com
+     Suites: stable testing
      Sections: component1 component2
+     Description: short
+      long long long
      [option1]: [option1-value]
 
-     Type: deb-src
-     URI: http://example.com
-     Suites: stable
+     Types: deb
+     URIs: http://another.example.com
+     Suites: experimental
      Sections: component1 component2
+     Enabled: no
+     Description: short
+      long long long
      [option1]: [option1-value]
    </literallayout>
    </para>