mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
More <quote> clean up
Use <quote> instead of '"' if possible. Use <literal>, <computeroutput>, etc. instead of <quote> if possible. Replace <quote>alpha</quote> with a UTF-8 Greek alpha character. BTW decorate ".link" with <filename class='extension'>.
This commit is contained in:
parent
6ebb3b9ca9
commit
ee950a5e0d
@ -29,9 +29,10 @@
|
|||||||
minimum versions indicated. This should not be an issue for most
|
minimum versions indicated. This should not be an issue for most
|
||||||
modern Linux distributions. Also note that many distributions will
|
modern Linux distributions. Also note that many distributions will
|
||||||
place software headers into separate packages, often in the form of
|
place software headers into separate packages, often in the form of
|
||||||
<quote><package-name>-devel</quote> or
|
<literal><replaceable><package-name></replaceable>-devel</literal>
|
||||||
<quote><package-name>-dev.</quote> Be sure to install those if
|
or
|
||||||
your distribution provides them.</para>
|
<literal><replaceable><package-name></replaceable>-dev</literal>.
|
||||||
|
Be sure to install those if your distribution provides them.</para>
|
||||||
|
|
||||||
<para>Earlier versions of the listed software packages may work, but have
|
<para>Earlier versions of the listed software packages may work, but have
|
||||||
not been tested.</para>
|
not been tested.</para>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<envar>LFS</envar> environment variable described in the previous section.
|
<envar>LFS</envar> environment variable described in the previous section.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>Strictly speaking, one cannot "mount a partition." One mounts the <emphasis>file
|
<para>Strictly speaking, one cannot <quote>mount a partition.</quote> One mounts the <emphasis>file
|
||||||
system</emphasis> embedded in that partition. But since a single partition can't contain
|
system</emphasis> embedded in that partition. But since a single partition can't contain
|
||||||
more than one file system, people often speak of the partition and the
|
more than one file system, people often speak of the partition and the
|
||||||
associated file system as if they were one and the same.</para>
|
associated file system as if they were one and the same.</para>
|
||||||
|
@ -84,8 +84,8 @@
|
|||||||
<para>
|
<para>
|
||||||
Some Python 3 modules can't be built now because the dependencies
|
Some Python 3 modules can't be built now because the dependencies
|
||||||
are not installed yet. For the <filename>ssl</filename> module,
|
are not installed yet. For the <filename>ssl</filename> module,
|
||||||
a message <quote><computeroutput>Python requires a OpenSSL 1.1.1 or
|
a message <computeroutput>Python requires a OpenSSL 1.1.1 or
|
||||||
newer</computeroutput></quote> is outputted.
|
newer</computeroutput> is outputted.
|
||||||
The message should be ignored. Just make sure the toplevel
|
The message should be ignored. Just make sure the toplevel
|
||||||
<command>make</command> command has not failed. The optional
|
<command>make</command> command has not failed. The optional
|
||||||
modules are not needed now and they will be built in
|
modules are not needed now and they will be built in
|
||||||
|
@ -1261,8 +1261,8 @@ sed -i 's/"1"/"8"/' /usr/share/man/man8/chroot.8</userinput></screen>
|
|||||||
<varlistentry id="yes">
|
<varlistentry id="yes">
|
||||||
<term><command>yes</command></term>
|
<term><command>yes</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Repeatedly outputs <quote>y,</quote> or a given string, until
|
<para>Repeatedly outputs <literal>y</literal> or a given string,
|
||||||
killed</para>
|
until killed</para>
|
||||||
<indexterm zone="ch-system-coreutils yes">
|
<indexterm zone="ch-system-coreutils yes">
|
||||||
<primary sortas="b-yes">yes</primary>
|
<primary sortas="b-yes">yes</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
@ -92,8 +92,8 @@
|
|||||||
<screen><userinput remap="test">make test</userinput></screen>
|
<screen><userinput remap="test">make test</userinput></screen>
|
||||||
|
|
||||||
<para>If any test fails with the message
|
<para>If any test fails with the message
|
||||||
<quote><computeroutput>The system has no more ptys. Ask your system
|
<computeroutput>The system has no more ptys. Ask your system
|
||||||
administrator to create more</computeroutput>,</quote> it indicates
|
administrator to create more</computeroutput>, it indicates
|
||||||
you've not mounted the
|
you've not mounted the
|
||||||
<systemitem class="filesystem">devpts</systemitem> file system
|
<systemitem class="filesystem">devpts</systemitem> file system
|
||||||
correctly. You need to exit from the chroot environment, read
|
correctly. You need to exit from the chroot environment, read
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
|
<note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
|
||||||
and ld-linux.so.2 on 32-bit systems. The construct below selects the
|
and ld-linux.so.2 on 32-bit systems. The construct below selects the
|
||||||
correct name for the current architecture, excluding anything ending
|
correct name for the current architecture, excluding anything ending
|
||||||
with <quote>g,</quote> in case the commands below have already been
|
with <literal>g</literal>, in case the commands below have already been
|
||||||
run.</para></note>
|
run.</para></note>
|
||||||
|
|
||||||
<important>
|
<important>
|
||||||
|
@ -91,7 +91,8 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Mask udev's .link file for the default policy:
|
Mask udev's <filename class='extension'>.link</filename> file
|
||||||
|
for the default policy:
|
||||||
<screen role="nodump"><userinput>ln -s /dev/null /etc/systemd/network/99-default.link</userinput></screen>
|
<screen role="nodump"><userinput>ln -s /dev/null /etc/systemd/network/99-default.link</userinput></screen>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -101,9 +102,9 @@
|
|||||||
Create a manual naming scheme, for example by naming the
|
Create a manual naming scheme, for example by naming the
|
||||||
interfaces something like <literal>internet0</literal>,
|
interfaces something like <literal>internet0</literal>,
|
||||||
<literal>dmz0</literal>, or <literal>lan0</literal>.
|
<literal>dmz0</literal>, or <literal>lan0</literal>.
|
||||||
To do that, create .link files in /etc/systemd/network/ that
|
To do that, create <filename class='extension'>.link</filename>
|
||||||
select an explicit name or a better naming scheme for your
|
files in /etc/systemd/network/ that select an explicit name or a
|
||||||
network interfaces. For example:
|
better naming scheme for your network interfaces. For example:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>cat > /etc/systemd/network/10-ether0.link << "EOF"
|
<screen role="nodump"><userinput>cat > /etc/systemd/network/10-ether0.link << "EOF"
|
||||||
|
@ -526,7 +526,7 @@ EOF</userinput></screen>
|
|||||||
languages, because there accents are added to unaccented ASCII
|
languages, because there accents are added to unaccented ASCII
|
||||||
characters, or two ASCII characters are composed together. However, in
|
characters, or two ASCII characters are composed together. However, in
|
||||||
UTF-8 mode it is a problem; e.g., for the Greek language, where one
|
UTF-8 mode it is a problem; e.g., for the Greek language, where one
|
||||||
sometimes needs to put an accent on the letter <quote>alpha.</quote>
|
sometimes needs to put an accent on the letter α.
|
||||||
The solution is either to avoid the use of UTF-8, or to install the
|
The solution is either to avoid the use of UTF-8, or to install the
|
||||||
X window system, which doesn't have this limitation, in its input
|
X window system, which doesn't have this limitation, in its input
|
||||||
handling.</para>
|
handling.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user