Author: pierre
Date: Thu Mar 14 05:09:52 2019
New Revision: 11559

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

Modified:
   trunk/BOOK/chapter06/python.xml
   trunk/BOOK/chapter06/systemd.xml
   trunk/BOOK/chapter07/consoled.xml
   trunk/BOOK/chapter07/network.xml
   trunk/BOOK/chapter07/networkd.xml

Modified: trunk/BOOK/chapter06/python.xml
==============================================================================
--- trunk/BOOK/chapter06/python.xml     Wed Mar 13 10:58:54 2019        (r11558)
+++ trunk/BOOK/chapter06/python.xml     Thu Mar 14 05:09:52 2019        (r11559)
@@ -195,7 +195,7 @@
         <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>

Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml    Wed Mar 13 10:58:54 2019        (r11558)
+++ trunk/BOOK/chapter06/systemd.xml    Thu Mar 14 05:09:52 2019        (r11559)
@@ -422,7 +422,7 @@
         <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>

Modified: trunk/BOOK/chapter07/consoled.xml
==============================================================================
--- trunk/BOOK/chapter07/consoled.xml   Wed Mar 13 10:58:54 2019        (r11558)
+++ trunk/BOOK/chapter07/consoled.xml   Thu Mar 14 05:09:52 2019        (r11559)
@@ -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>

Modified: trunk/BOOK/chapter07/network.xml
==============================================================================
--- trunk/BOOK/chapter07/network.xml    Wed Mar 13 10:58:54 2019        (r11558)
+++ trunk/BOOK/chapter07/network.xml    Thu Mar 14 05:09:52 2019        (r11559)
@@ -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>

Modified: trunk/BOOK/chapter07/networkd.xml
==============================================================================
--- trunk/BOOK/chapter07/networkd.xml   Wed Mar 13 10:58:54 2019        (r11558)
+++ trunk/BOOK/chapter07/networkd.xml   Thu Mar 14 05:09:52 2019        (r11559)
@@ -112,7 +112,7 @@
       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>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to