aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-18 09:34:08 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-18 09:34:08 +0100
commite13d047a9a5a08e0ea46e98984e1d42b7e2c0a0c (patch)
tree7066f4b0ff36aba50654adc31fa368c07c6ccdb8 /general-concepts
parentbin/gen-eclass-html.sh: More postprocessing for man2html. (diff)
downloaddevmanual-e13d047a9a5a08e0ea46e98984e1d42b7e2c0a0c.tar.gz
devmanual-e13d047a9a5a08e0ea46e98984e1d42b7e2c0a0c.tar.bz2
devmanual-e13d047a9a5a08e0ea46e98984e1d42b7e2c0a0c.zip
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@gentoo.org>
Diffstat (limited to 'general-concepts')
-rw-r--r--general-concepts/autotools/text.xml2
1 files changed, 1 insertions, 1 deletions
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>