aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-04-17 11:20:38 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-04-17 11:20:38 +0000
commitf6daa2a296cb55aa526e0ef2d98dfb1ccd04a745 (patch)
treeb4a5f4802a7598c54b275c855533cdd61e6d8e5d
parent738b9546a99bcda455a2bf7c45a8cf99f01819b3 (diff)
downloaddoc-f6daa2a296cb55aa526e0ef2d98dfb1ccd04a745.tar.gz
doc-f6daa2a296cb55aa526e0ef2d98dfb1ccd04a745.zip
Add missing xml:id to sectx elements.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=51563
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml18
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml11
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml2
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml4
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml2
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml20
6 files changed, 29 insertions, 28 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
index e14b5acba3..31b151cd08 100644
--- a/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
@@ -305,7 +305,7 @@ DOC_PREFIX?= ${.CURDIR}/../../..
</listitem>
</itemizedlist>
- <sect2>
+ <sect2 xml:id="includes-doc-project-mk">
<title><filename>doc.project.mk</filename></title>
<para>By inspection:</para>
@@ -325,7 +325,7 @@ PRI_LANG?= en_US.ISO8859-1
.include "doc.subdir.mk"
.include "doc.install.mk"</programlisting>
- <sect3>
+ <sect3 xml:id="doc-project-mk-variables">
<title>Variables</title>
@@ -351,7 +351,7 @@ PRI_LANG?= en_US.ISO8859-1
</note>
</sect3>
- <sect3>
+ <sect3 xml:id="doc-project-mk-conditionals">
<title>Conditionals</title>
<para>The <literal>.if defined(DOC)</literal> line is an
@@ -370,13 +370,13 @@ PRI_LANG?= en_US.ISO8859-1
</sect3>
</sect2>
- <sect2>
+ <sect2 xml:id="includes-doc-subdir-mk">
<title><filename>doc.subdir.mk</filename></title>
<para>This file is too long to explain in detail. These notes
describe the most important features.</para>
- <sect3>
+ <sect3 xml:id="doc-subdir-mk-variables">
<title>Variables</title>
<itemizedlist>
@@ -403,7 +403,7 @@ PRI_LANG?= en_US.ISO8859-1
</itemizedlist>
</sect3>
- <sect3>
+ <sect3 xml:id="doc-subdir-mk-targets-macro">
<title>Targets and Macros</title>
<para>Dependencies are described by
@@ -453,7 +453,7 @@ PRI_LANG?= en_US.ISO8859-1
goes <emphasis>down</emphasis>, not on the way back
up.</para>
- <sect4>
+ <sect4 xml:id="doc-subdir-mk-provided-targets">
<title>Provided Targets</title>
<itemizedlist>
@@ -478,7 +478,7 @@ PRI_LANG?= en_US.ISO8859-1
</sect4>
</sect3>
- <sect3>
+ <sect3 xml:id="doc-subdir-mk-conditionals">
<title>More on Conditionals</title>
<itemizedlist>
@@ -500,7 +500,7 @@ PRI_LANG?= en_US.ISO8859-1
</itemizedlist>
</sect3>
- <sect3>
+ <sect3 xml:id="doc-subdir-mk-looping">
<title>Looping Constructs in <command>make
(.for)</command></title>
diff --git a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
index 24c43defb2..58922008c2 100644
--- a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
@@ -179,7 +179,7 @@
<para>This section contains specific notes about particular
documents managed by the FDP.</para>
- <sect2>
+ <sect2 xml:id="structure-document-handbook">
<title>The Handbook</title>
<subtitle><filename>books/handbook/</filename></subtitle>
@@ -195,7 +195,7 @@
and subsections (<tag>sect2</tag>,
<tag>sect3</tag>) and so on.</para>
- <sect3>
+ <sect3 xml:id="structure-document-handbook-physical">
<title>Physical Organization</title>
<para>There are a number of files and directories within the
@@ -208,7 +208,7 @@
&a.doc;.</para>
</note>
- <sect4>
+ <sect4 xml:id="structure-document-handbook-physical-Makefile">
<title><filename>Makefile</filename></title>
<para>The <filename>Makefile</filename> defines some
@@ -220,7 +220,7 @@
documents from one format to another.</para>
</sect4>
- <sect4>
+ <sect4 xml:id="structure-document-handbook-physical-book-xml">
<title><filename>book.xml</filename></title>
<para>This is the top level document in the Handbook. It
@@ -236,7 +236,8 @@
Handbook.</para>
</sect4>
- <sect4>
+ <sect4
+ xml:id="structure-document-handbook-physical-chapters-xml">
<title><filename role="directory"><replaceable>directory</replaceable>/chapter.xml</filename></title>
<para>Each chapter in the Handbook is stored in a file
diff --git a/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml
index cffed32785..04adcc1a3e 100644
--- a/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml
@@ -58,7 +58,7 @@
document without abusing <acronym>XHTML</acronym> to do
so.</para>
- <sect2>
+ <sect2 xml:id="stylesheets-css-documents">
<title>The DocBook Documents</title>
<para>The &os; <acronym>XSLT</acronym> and
diff --git a/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml
index bcc28190fc..da55a9715f 100644
--- a/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml
@@ -49,7 +49,7 @@
documentation. Some further notes on particular components are
given below.</para>
- <sect2>
+ <sect2 xml:id="tools-required-dtd-entities">
<title><acronym>DTD</acronym>s and
<acronym>Entities</acronym></title>
@@ -103,7 +103,7 @@
<para>These applications are not required, but can make working on
the documentation easier or add capabilities.</para>
- <sect2>
+ <sect2 xml:id="tools-optional-software">
<title>Software</title>
<variablelist>
diff --git a/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml
index 44298e1d25..1a1d785488 100644
--- a/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml
@@ -259,7 +259,7 @@
many different people are editing it, please follow these style
conventions.</para>
- <sect2>
+ <sect2 xml:id="writing-style-letter-case">
<title>Letter Case</title>
<para>Tags are entered in lower case, <tag>para</tag>,
diff --git a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
index 3386f93c51..2eecf4f9bd 100644
--- a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
@@ -356,7 +356,7 @@
in an environment variable so they can be found by the document
build tools.</para>
- <sect2>
+ <sect2 xml:id="xml-primer-elements-to-do">
<title>To Do&hellip;</title>
<para>Before running the examples in this document, install
@@ -528,7 +528,7 @@ example.xml:5: element head: validity error : Element head content does not foll
</varlistentry>
</variablelist>
- <sect2>
+ <sect2 xml:id="doctype-declaration-fpi">
<title>Formal Public Identifiers
(<acronym>FPI</acronym>s)</title>
@@ -638,7 +638,7 @@ example.xml:5: element head: validity error : Element head content does not foll
</varlistentry>
</variablelist>
- <sect3>
+ <sect3 xml:id="doctype-declaration-fpi-catalog">
<title><filename>catalog</filename> Files</title>
<para>With the syntax above, an <acronym>XML</acronym>
@@ -752,7 +752,7 @@ example.xml:5: element head: validity error : Element head content does not foll
<programlisting>&lt;!-- This comment--is wrong --&gt;</programlisting>
</example>
- <sect2>
+ <sect2 xml:id="xml-primer-comments-to-do">
<title>To Do&hellip;</title>
<procedure>
@@ -886,7 +886,7 @@ example.xml:5: element head: validity error : Element head content does not foll
</example>
</sect2>
- <sect2>
+ <sect2 xml:id="xml-primer-to-do">
<title>To Do&hellip;</title>
<procedure>
@@ -1020,7 +1020,7 @@ example.xml:5: element head: validity error : Element head content does not foll
</warning>
</sect2>
- <sect2>
+ <sect2 xml:id="xml-primer-include-parameter">
<title>Using Parameter Entities to Include Files</title>
<para>Parameter entities can only be used inside an
@@ -1073,10 +1073,10 @@ example.xml:5: element head: validity error : Element head content does not foll
</example>
</sect2>
- <sect2>
+ <sect2 xml:id="xml-primer-include-parameter-to-do">
<title>To Do&hellip;</title>
- <sect3>
+ <sect3 xml:id="xml-primer-include-general-entities-include">
<title>Use General Entities to Include Files</title>
<procedure>
@@ -1134,7 +1134,7 @@ example.xml:5: element head: validity error : Element head content does not foll
</procedure>
</sect3>
- <sect3>
+ <sect3 xml:id="xml-primer-include-parameter-entities-include">
<title>Use Parameter Entities to Include Files</title>
<note>
@@ -1366,7 +1366,7 @@ example.xml:5: element head: validity error : Element head content does not foll
</sect3>
</sect2>
- <sect2>
+ <sect2 xml:id="xml-primer-marked-section-keywords-to-do">
<title>To Do&hellip;</title>
<procedure>