Changeset 93058448


Ignore:
Timestamp:
03/14/2019 12:09:52 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
797ada6
Parents:
78cc3be
Message:

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/python.xml

    r78cc3be r93058448  
    196196          <para>
    197197            The package installer for Python. You can use pip to install
    198             pacakges from Python Package Index and other indexes.
     198            packages from Python Package Index and other indexes.
    199199          </para>
    200200          <indexterm zone="ch-system-Python">
  • chapter06/systemd.xml

    r78cc3be r93058448  
    423423        <listitem>
    424424          <para>Register DNS server and domain configuration with
    425           <command>systemd-resolved</command>)</para>
     425          <command>systemd-resolved</command></para>
    426426          <indexterm zone="ch-system-systemd resolvconf">
    427427            <primary sortas="b-resolvconf">resolvconf</primary>
  • chapter07/consoled.xml

    r78cc3be r93058448  
    7878<!-- This is what is used by jhalfs for creating the vconsole.conf file.
    7979     Whenever you want to change the following, please inform the jhalfs
    80      maintianer(s). -->
     80     maintainer(s). -->
    8181<screen><userinput>cat &gt; /etc/vconsole.conf &lt;&lt; "EOF"
    8282<literal>KEYMAP=de-latin1
  • chapter07/network.xml

    r78cc3be r93058448  
    4848    <emphasis>eth0</emphasis> device with a static IP address:</para>
    4949<!-- jhalfs relies on the values for IFACE, IP, etc. If you want to change
    50      them, please inform the jhalfs maintainer. -->
     50     them, please inform the jhalfs maintainer(s). -->
    5151<screen><userinput>cd /etc/sysconfig/
    5252cat &gt; ifconfig.<replaceable>eth0</replaceable> &lt;&lt; "EOF"
  • chapter07/networkd.xml

    r78cc3be r93058448  
    113113      systemd-resolved):</para>
    114114<!-- jhalfs relies on the values for Name, Address, etc. If you want to change
    115      them, please inform the jhalfs maintainer. -->
     115     them, please inform the jhalfs maintainer(s). -->
    116116<screen><userinput>cat &gt; /etc/systemd/network/10-eth-static.network &lt;&lt; "EOF"
    117117<literal>[Match]
Note: See TracChangeset for help on using the changeset viewer.