Fix two typos spotted by J. Lepiller and others introduced by myself

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Pierre Labastie 2019-03-14 12:09:52 +00:00
parent 78cc3be1c3
commit 93058448b3
5 changed files with 5 additions and 5 deletions

View File

@ -195,7 +195,7 @@ tar --strip-components=1 \
<listitem>
<para>
The package installer for Python. You can use pip to install
pacakges from Python Package Index and other indexes.
packages from Python Package Index and other indexes.
</para>
<indexterm zone="ch-system-Python">
<primary sortas="b-pip3">pip3</primary>

View File

@ -422,7 +422,7 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
<term><command>resolvconf</command></term>
<listitem>
<para>Register DNS server and domain configuration with
<command>systemd-resolved</command>)</para>
<command>systemd-resolved</command></para>
<indexterm zone="ch-system-systemd resolvconf">
<primary sortas="b-resolvconf">resolvconf</primary>
</indexterm>

View File

@ -77,7 +77,7 @@
<para>An example for a German keyboard and console is given below:</para>
<!-- This is what is used by jhalfs for creating the vconsole.conf file.
Whenever you want to change the following, please inform the jhalfs
maintianer(s). -->
maintainer(s). -->
<screen><userinput>cat &gt; /etc/vconsole.conf &lt;&lt; "EOF"
<literal>KEYMAP=de-latin1
FONT=Lat2-Terminus16</literal>

View File

@ -47,7 +47,7 @@
<para>The following command creates a sample file for the
<emphasis>eth0</emphasis> device with a static IP address:</para>
<!-- jhalfs relies on the values for IFACE, IP, etc. If you want to change
them, please inform the jhalfs maintainer. -->
them, please inform the jhalfs maintainer(s). -->
<screen><userinput>cd /etc/sysconfig/
cat &gt; ifconfig.<replaceable>eth0</replaceable> &lt;&lt; "EOF"
<literal>ONBOOT=<replaceable>yes</replaceable>

View File

@ -112,7 +112,7 @@ EOF</userinput></screen>
Static IP setup (using both systemd-networkd and
systemd-resolved):</para>
<!-- jhalfs relies on the values for Name, Address, etc. If you want to change
them, please inform the jhalfs maintainer. -->
them, please inform the jhalfs maintainer(s). -->
<screen><userinput>cat &gt; /etc/systemd/network/10-eth-static.network &lt;&lt; "EOF"
<literal>[Match]
Name=<replaceable>&lt;network-device-name&gt;</replaceable>