aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devbook.xsl2
-rw-r--r--ebuild-writing/functions/src_compile/build-environment/text.xml2
-rw-r--r--general-concepts/autotools/text.xml2
-rw-r--r--keywording/text.xml4
4 files changed, 5 insertions, 5 deletions
diff --git a/devbook.xsl b/devbook.xsl
index 19012ff..8c367d4 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -265,7 +265,7 @@
</xsl:template>
<xsl:template match="d">
- &#8212;
+ <xsl:text>&#8212;</xsl:text>
</xsl:template>
<xsl:template match="e">
diff --git a/ebuild-writing/functions/src_compile/build-environment/text.xml b/ebuild-writing/functions/src_compile/build-environment/text.xml
index 706b9fc..fc314cc 100644
--- a/ebuild-writing/functions/src_compile/build-environment/text.xml
+++ b/ebuild-writing/functions/src_compile/build-environment/text.xml
@@ -17,7 +17,7 @@ Except where otherwise specified, any function which operates on
</note>
<p>
-Ebuilds must not simply ignore user CFLAGS, CXXFLAGS or LDFLAGS<d/> see
+Ebuilds must not simply ignore user CFLAGS, CXXFLAGS or LDFLAGS <d/> see
<uri link="::general-concepts/user-environment#Not Filtering Variables"/>.
</p>
</body>
diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml
index f6660a8..026e0e3 100644
--- a/general-concepts/autotools/text.xml
+++ b/general-concepts/autotools/text.xml
@@ -78,7 +78,7 @@ and have the same format <d/> the only difference is the name.
<p>
You may see autotools being used in a variety of phase
functions. Prior to EAPI2, the QA team preferred that the source
- code be manipulated in <c>src_unpack</c><d/>the rationale being that
+ code be manipulated in <c>src_unpack</c> <d/> the rationale being that
<c>src_unpack</c> handles "getting the package ready to be
compiled."
</p>
diff --git a/keywording/text.xml b/keywording/text.xml
index 2b25a0e..6b2d19c 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -272,8 +272,8 @@ Vulnerability Treatment Policy</uri>
<p>
If you maintain an architecture-independent package (data files,
icons, pure Perl,...) then you may request that your
- package be stabilized on all arches at once. To do this<d />when
- you are filing the stabilization bug<d />please add the keyword
+ package be stabilized on all arches at once. To do this <d/> when
+ you are filing the stabilization bug <d/> please add the keyword
<c>ALLARCHES</c> in addition to <c>STABLEREQ</c> and CC the
arches that you would like to stabilize.
</p>