commit:     e13d047a9a5a08e0ea46e98984e1d42b7e2c0a0c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 08:34:08 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 08:34:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e13d047a

devbook.xsl: Suppress spurious newlines for <d/>.

Also normalise whitespace around <d/> in some places in the document.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 devbook.xsl                                                     | 2 +-
 ebuild-writing/functions/src_compile/build-environment/text.xml | 2 +-
 general-concepts/autotools/text.xml                             | 2 +-
 keywording/text.xml                                             | 4 ++--
 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>

Reply via email to