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 /archs/mips
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 'archs/mips')
-rw-r--r--archs/mips/text.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/archs/mips/text.xml b/archs/mips/text.xml
index 776c15c..9d7637c 100644
--- a/archs/mips/text.xml
+++ b/archs/mips/text.xml
@@ -23,6 +23,7 @@ calling functions) and the size of data types. ISA stands for "Instruction
Set Architecture", and refers to the instructions available and the number
and types of registers for a given CPU.
</note>
+</body>
<section>
<title>MIPS ABIs</title>
@@ -133,7 +134,5 @@ The MIPS team can be contacted:
</body>
</section>
-
-</body>
</chapter>
</guide>