瀏覽代碼

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
Pierre Labastie 6 年之前
父節點
當前提交
93058448b3
共有 5 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      chapter06/python.xml
  2. 1 1
      chapter06/systemd.xml
  3. 1 1
      chapter07/consoled.xml
  4. 1 1
      chapter07/network.xml
  5. 1 1
      chapter07/networkd.xml

+ 1 - 1
chapter06/python.xml

@@ -195,7 +195,7 @@ tar --strip-components=1  \
         <listitem>
         <listitem>
           <para>
           <para>
             The package installer for Python. You can use pip to install
             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>
           </para>
           <indexterm zone="ch-system-Python">
           <indexterm zone="ch-system-Python">
             <primary sortas="b-pip3">pip3</primary>
             <primary sortas="b-pip3">pip3</primary>

+ 1 - 1
chapter06/systemd.xml

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

+ 1 - 1
chapter07/consoled.xml

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

+ 1 - 1
chapter07/network.xml

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

+ 1 - 1
chapter07/networkd.xml

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