diff options
author | 2019-12-04 15:29:16 +0100 | |
---|---|---|
committer | 2019-12-08 12:32:02 +0100 | |
commit | d97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea (patch) | |
tree | 62070b1cebbc34ccb877e65c3a227f7423955465 /ebuild-maintenance | |
parent | devbook-guide: Rename <impo> and <warn>. (diff) | |
download | devmanual-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 'ebuild-maintenance')
-rw-r--r-- | ebuild-maintenance/git/text.xml | 10 | ||||
-rw-r--r-- | ebuild-maintenance/maintenance-tasks/text.xml | 6 |
2 files changed, 2 insertions, 14 deletions
diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml index fb09de7..8c83344 100644 --- a/ebuild-maintenance/git/text.xml +++ b/ebuild-maintenance/git/text.xml @@ -10,11 +10,10 @@ development. It assumes that the readers possess basic git knowledge. For a generic guide, please see the official <uri link="https://git-scm.com/book/">git book</uri>. </p> - +</body> <section> <title>Preparing a development checkout</title> -<body> <subsection> <title>Cloning the gentoo.git repository</title> @@ -103,13 +102,10 @@ the historical commits after the initial git commit. </body> </subsection> - -</body> </section> <section> <title>Committing to gentoo.git</title> -<body> <subsection> <title>Committing and verifying commits</title> @@ -320,10 +316,6 @@ Signed-off-by: Alice Bar <a.bar@example.org> </body> </subsection> - -</body> </section> - -</body> </chapter> </guide> diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml index 7e73937..2b16ce3 100644 --- a/ebuild-maintenance/maintenance-tasks/text.xml +++ b/ebuild-maintenance/maintenance-tasks/text.xml @@ -9,10 +9,10 @@ This guide aims to explain common everyday ebuild maintenance routines, as well as other rarer maintenance routines which developers may not be familiar with. </p> +</body> <section> <title>Adding a new ebuild</title> -<body> <subsection> <title>What (not) to put in the Gentoo repository</title> @@ -132,8 +132,6 @@ which is often more convenient. </body> </subsection> - -</body> </section> <section> @@ -510,7 +508,5 @@ https://wiki.gentoo.org/wiki/No_homepage</uri> </body> </section> - -</body> </chapter> </guide> |