Fix extra spacing around some xml tags.

This commit is contained in:
Bruce Dubbs 2024-10-25 11:37:55 -05:00
parent 52104e05f0
commit 8a0ae36a91
3 changed files with 9 additions and 9 deletions

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../general.ent"> <!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities; %general-entities;
<!-- Convenient entity for "Systemd" or "Udev" --> <!-- Convenient entity for "Systemd" or "Udev" -->
<!ENTITY systemd-udev "<phrase revision='systemd'>Systemd</phrase> <!ENTITY systemd-udev "<phrase revision='systemd'>Systemd</phrase><phrase revision='sysv'>Udev</phrase>">
<phrase revision='sysv'>Udev</phrase>">
<!ENTITY bdb "<ulink url='https://www.oracle.com/database/technologies/related/berkeleydb.html'>Berkeley DB</ulink>"> <!ENTITY bdb "<ulink url='https://www.oracle.com/database/technologies/related/berkeleydb.html'>Berkeley DB</ulink>">
]> ]>
@ -2571,9 +2570,10 @@
<segtitle>&before;</segtitle> <segtitle>&before;</segtitle>
<seglistitem> <seglistitem>
<seg>Binutils, <seg>Binutils,
<phrase revision='systemd'>D-Bus, </phrase>E2fsprogs, <phrase revision='systemd'>D-Bus, </phrase>
IProute2, Kmod, Man-DB, Procps-ng, Python, E2fsprogs, IProute2, Kmod, Man-DB, Procps-ng, Python,
&systemd-udev;, and Util-linux</seg> &systemd-udev;,
and Util-linux</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -187,8 +187,8 @@ cd build</userinput></screen>
packages to define the location where the package should be packages to define the location where the package should be
installed. If it is not set, it defaults to the root (<filename installed. If it is not set, it defaults to the root (<filename
class="directory">/</filename>) directory. Here we specify that class="directory">/</filename>) directory. Here we specify that
the package is installed in <filename class="directory">$LFS the package is installed in <filename class="directory">
</filename>, which will become the root directory in <xref linkend= $LFS</filename>, which will become the root directory in <xref linkend=
"ch-tools-chroot"/>.</para> "ch-tools-chroot"/>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>