Changeset eb7bcc4


Ignore:
Timestamp:
06/16/2005 08:09:36 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
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, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 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:
9310805
Parents:
fe3130a
Message:

More chapter 7 typo and markup fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfe3130a reb7bcc4  
    8989</listitem>
    9090
     91<listitem><para>June 16th, 2005 [matthew]: Another round of typo and markup
     92fixes in chapter 7, as reported by Randy McMurchy.</para></listitem>
     93
    9194<listitem><para>June 16th, 2005 [matthew]: Typo and markup fixes in
    9295chapter 7, as reported by Randy McMurchy.</para></listitem>
  • chapter07/bootscripts.xml

    rfe3130a reb7bcc4  
    226226<term><command>udev</command></term>
    227227<listitem>
    228 <para>Sets up udev and create the devices nodes in <filename
     228<para>Sets up udev and create the device nodes in <filename
    229229class="directory">/dev</filename></para>
    230230<indexterm zone="ch-scripts-bootscripts udev-bootscripts"><primary sortas="d-udev">udev</primary></indexterm>
  • chapter07/hosts.xml

    rfe3130a reb7bcc4  
    1818<secondary>/etc/hosts</secondary></indexterm>
    1919
    20 <para>If a network card is to be configured, decide on the IP-address,
     20<para>If a network card is to be configured, decide on the IP address,
    2121FQDN, and possible aliases for use in the
    2222<filename>/etc/hosts</filename> file. The syntax is:</para>
     
    2424<screen>&lt;IP address&gt; myhost.example.org aliases</screen>
    2525
    26 <para>Unless the computer is to be visible to the Internet (e.g.,
     26<para>Unless the computer is to be visible to the Internet (i.e.,
    2727there is a registered domain and a valid block of assigned IP
    2828addresses&mdash;most users do not have this), make sure that the IP
     
    3232<screen>        Class Networks
    3333        A     10.0.0.0
    34         B     172.16.0.0 through 172.31.0.0
    35         C     192.168.0.0 through 192.168.255.0</screen>
     34        B     172.16.0.0 through 172.31.0.255
     35        C     192.168.0.0 through 192.168.255.255</screen>
    3636
    3737<para>A valid IP address could be 192.168.1.1. A valid FQDN for this
  • chapter07/udev.xml

    rfe3130a reb7bcc4  
    166166
    167167<para>There are a few known problems when it comes to automatically creating
    168 devices nodes:</para>
     168device nodes:</para>
    169169
    170170<para>1) A kernel driver may not export its data to <systemitem
Note: See TracChangeset for help on using the changeset viewer.