diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-24 15:59:31 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-24 15:59:31 +0200 |
commit | 4c86a6348d9916b6404709452affa10e9c776efa (patch) | |
tree | 617c85f1b90b484064fbf79740ebaad6a8489705 /doc/apt-ftparchive.1.xml | |
parent | f8b830ab5888ef2fc7d83b7a79c72fdcb9388748 (diff) | |
parent | b176de3af77f686a512dec04a98e8fa6ce6af908 (diff) |
merged from David
Diffstat (limited to 'doc/apt-ftparchive.1.xml')
-rw-r--r-- | doc/apt-ftparchive.1.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index 028d9f70e..84b5f4135 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ +<!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; @@ -51,8 +51,8 @@ programs aside from &gzip;. When doing a full generate it automatically performs file-change checks and builds the desired compressed output files.</para> - <para>Unless the <option>-h</option>, or <option>--help</option> option is given one of the - commands below must be present.</para> + <para>Unless the <option>-h</option>, or <option>--help</option> option is given, + one of the commands below must be present.</para> <variablelist> <varlistentry><term><option>packages</option></term> @@ -141,7 +141,7 @@ <para> The generate configuration has 4 separate sections, each described below.</para> - <refsect2><title>Dir Section</title> + <refsect2><title><literal>Dir</literal> Section</title> <para> The <literal>Dir</literal> section defines the standard directories needed to locate the files required during the generation process. These @@ -173,7 +173,7 @@ </variablelist> </refsect2> - <refsect2><title>Default Section</title> + <refsect2><title><literal>Default</literal> Section</title> <para> The <literal>Default</literal> section specifies default values, and settings that control the operation of the generator. Other sections may override @@ -239,7 +239,7 @@ </variablelist> </refsect2> - <refsect2><title>TreeDefault Section</title> + <refsect2><title><literal>TreeDefault</literal> Section</title> <para> Sets defaults specific to <literal>Tree</literal> sections. All of these variables are substitution variables and have the strings $(DIST), @@ -339,7 +339,7 @@ </variablelist> </refsect2> - <refsect2><title>Tree Section</title> + <refsect2><title><literal>Tree</literal> Section</title> <para> The <literal>Tree</literal> section defines a standard Debian file tree which consists of a base directory, then multiple sections in that base @@ -407,7 +407,7 @@ for i in Sections do </variablelist> </refsect2> - <refsect2><title>BinDirectory Section</title> + <refsect2><title><literal>BinDirectory</literal> Section</title> <para> The <literal>bindirectory</literal> section defines a binary directory tree with no special structure. The scope tag specifies the location of |