Changeset c66cbd7


Ignore:
Timestamp:
06/16/2005 08:11:26 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
c184525
Parents:
4ccba55
Message:

More chapter 7 typo and markup fixes (merged from trunk r6026

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4ccba55 rc66cbd7  
    8585</listitem>
    8686
     87<listitem><para>June 16th, 2005 [matthew]: Another round of typo and markup
     88fixes in chapter 7, as reported by Randy McMurchy.</para></listitem>
     89
    8790<listitem><para>June 16th, 2005 [matthew]: Typo and markup fixes in
    8891chapter 7, as reported by Randy McMurchy.</para></listitem>
  • chapter07/bootscripts.xml

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

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

    r4ccba55 rc66cbd7  
    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.