mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Fix extra spacing around some xml tags.
This commit is contained in:
parent
52104e05f0
commit
8a0ae36a91
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user