aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-04 17:04:52 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-08 12:32:03 +0100
commiteffdb12f3d34ac5497d8d4ff109e7e9f35996c1f (patch)
tree66009c52bc6092cb9389762786224c824f6c70b7 /ebuild-writing/functions/src_prepare/epatch/text.xml
parentFix <body> elements. (diff)
downloaddevmanual-effdb12f3d34ac5497d8d4ff109e7e9f35996c1f.tar.gz
devmanual-effdb12f3d34ac5497d8d4ff109e7e9f35996c1f.tar.bz2
devmanual-effdb12f3d34ac5497d8d4ff109e7e9f35996c1f.zip
Fix nesting of elements.
- Lists inside <p> are not allowed. - <ul> is not a direct child of <ul>; it must be inside <li>. - <p>, <note>, etc. are no children of <p>. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing/functions/src_prepare/epatch/text.xml')
-rw-r--r--ebuild-writing/functions/src_prepare/epatch/text.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml
index b0a257d..0bd0938 100644
--- a/ebuild-writing/functions/src_prepare/epatch/text.xml
+++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
@@ -21,6 +21,8 @@ Starting with EAPI=7, this function is banned and <c>eapply</c> must be used.
Beginning with EAPI=6, a new function <c>eapply</c> was added to apply patches
without the need for an eclass.
This function differs from epatch in several ways:
+</p>
+
<ul>
<li><c>eapply</c> will not unpack patches for you.</li>
<li>
@@ -32,7 +34,6 @@ When specifying a directory, at least one file with a name ending in .patch or .
must exist or the command fails. Other files are ignored.
</li>
</ul>
-</p>
<p>
Note that distributing modified tarballs rather than a vanilla tarball