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 /tasks-reference
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 'tasks-reference')
-rw-r--r--tasks-reference/completion/text.xml3
-rw-r--r--tasks-reference/pam/text.xml3
2 files changed, 2 insertions, 4 deletions
diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml
index ee2ce35..038bda5 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -12,6 +12,7 @@ provided you know bash already. See
bash-completion-r1.eclass</uri>
for how to install completion files.
</p>
+</body>
<section>
<title>Completion-Related Internal Bash Variables</title>
@@ -423,8 +424,6 @@ Lines 1-12 are pretty much the same as in the previous section.
</body>
</section>
-
-</body>
</chapter>
</guide>
diff --git a/tasks-reference/pam/text.xml b/tasks-reference/pam/text.xml
index aa71a04..ed35d28 100644
--- a/tasks-reference/pam/text.xml
+++ b/tasks-reference/pam/text.xml
@@ -24,6 +24,7 @@ NetBSD (and hence Gentoo/FreeBSD) use OpenPAM, which is a minimal version. The
different implementations can provide different authentication modules, and can
differ in some details of the configuration.
</p>
+</body>
<section>
<title>Structure of a <c>pamd</c> File</title>
@@ -263,7 +264,5 @@ directory.
</body>
</section>
-
-</body>
</chapter>
</guide>