aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-04 15:29:16 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-08 12:32:02 +0100
commitd97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea (patch)
tree62070b1cebbc34ccb877e65c3a227f7423955465 /appendices
parentdevbook-guide: Rename <impo> and <warn>. (diff)
downloaddevmanual-d97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea.tar.gz
devmanual-d97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea.tar.bz2
devmanual-d97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea.zip
Fix <body> elements.
No sectioning elements are allowed inside <body>, according to the devbook guide. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r--appendices/common-problems/text.xml8
-rw-r--r--appendices/contributing/text.xml9
-rw-r--r--appendices/further-reading/text.xml3
3 files changed, 8 insertions, 12 deletions
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
index 992f863..3af479b 100644
--- a/appendices/common-problems/text.xml
+++ b/appendices/common-problems/text.xml
@@ -8,6 +8,7 @@
This page provides suggestions on how to handle various commonly seen errors
and QA notices.
</p>
+</body>
<section>
<title>Handling QA Notices</title>
@@ -24,6 +25,7 @@ substitute for proper testing and QA by developers.
Some eclasses output messages in the same format. These are not
covered here.
</note>
+</body>
<subsection>
<title>QA Notice -- USE Flag foo not in IUSE</title>
@@ -150,9 +152,6 @@ you see this notice locally. If you see this notice when working with a pure
<c>emerge sync</c> over <c>rsync</c> setup, it is probably a genuine issue.
</p>
-</body>
-</subsection>
-
<todo>
from vapier:
TEXTREL's ... binary files which contain text relocations ... see
@@ -165,6 +164,7 @@ directories Executable stacks ... binary files whose stack is marked with
</todo>
</body>
+</subsection>
</section>
<section>
@@ -223,7 +223,5 @@ by tricking the build system into using a safer location. See
</body>
</section>
-
-</body>
</chapter>
</guide>
diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 72db911..4b65c41 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -31,8 +31,9 @@ can also view the XML of any page by replacing <c>index.html</c> with
<c>text.xml</c> in the URL. If you'd rather just work with plain text, that's
fine too <d/> the formatting can be easily done by someone else (meaning, us).
</p>
+</body>
-<subsection>
+<section>
<title>Where to find the sources</title>
<body>
@@ -56,9 +57,7 @@ the repository. You need <c>xsltproc</c> (from
conversion used in some of the figures throughout the document.
</p>
</body>
-</subsection>
-
-</body>
+</section>
<section>
<title>Quick Introduction to DevBook XML</title>
@@ -71,6 +70,7 @@ occur in layout which are designed to make a large-scale publication easier
to produce and manage using a hierarchical tree system. Before starting off you
really should first examine the GuideXML guide in a reasonable amount of depth.
</p>
+</body>
<subsection>
<title>Differences from GuideXML</title>
@@ -114,7 +114,6 @@ really should first examine the GuideXML guide in a reasonable amount of depth.
</body>
</subsection>
-</body>
</section>
<section>
diff --git a/appendices/further-reading/text.xml b/appendices/further-reading/text.xml
index f0e75da..d48277c 100644
--- a/appendices/further-reading/text.xml
+++ b/appendices/further-reading/text.xml
@@ -8,6 +8,7 @@
This section lists some recommended further reading. These are real
recommendations, not padding designed to make this document look important.
</p>
+</body>
<section>
<title>Books</title>
@@ -59,8 +60,6 @@ recommendations, not padding designed to make this document look important.
</body>
</section>
-
-</body>
</chapter>
</guide>