소스 검색

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>
           <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>

+ 1 - 1
chapter06/systemd.xml

@@ -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>

+ 1 - 1
chapter07/consoled.xml

@@ -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>

+ 1 - 1
chapter07/network.xml

@@ -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>

+ 1 - 1
chapter07/networkd.xml

@@ -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>