aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-writing/variables/text.xml')
-rw-r--r--ebuild-writing/variables/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index caa7cf0..7e1d37b 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -531,6 +531,7 @@ build system.
Below is an example of an ebuild that uses <c>ROOT</c> in
<c>pkg_postinst()</c> to conditionally print an error message if an
old and obsolete configuration file still exists:
+</p>
<codesample lang="ebuild">
pkg_postinst() {
@@ -542,7 +543,6 @@ pkg_postinst() {
fi
}
</codesample>
-</p>
</body>
</section>