Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/module-init-tools.xml

    r6e41459 ref13657  
    4141<userinput>make check</userinput>.</para>
    4242
    43 <para>Install it:</para>
     43<para>Install the package:</para>
    4444
    4545<screen><userinput>make install</userinput></screen>
     
    6464<listitem>
    6565<indexterm zone="ch-system-module-init-tools depmod"><primary sortas="b-depmod">depmod</primary></indexterm>
    66 <para>creates a dependency file, based on the
    67 symbols it finds in the existing set of modules. This dependency file is used
    68 by modprobe to automatically load the required modules.</para>
     66<para>creates a dependency file based on the symbols it finds in the
     67existing set of modules. This dependency file is used by modprobe to
     68automatically load the required modules.</para>
    6969</listitem>
    7070</varlistentry>
     
    122122<listitem>
    123123<indexterm zone="ch-system-module-init-tools lsmod"><primary sortas="b-lsmod">lsmod</primary></indexterm>
    124 <para>shows which modules are loaded.</para>
     124<para>lists currently loaded modules.</para>
    125125</listitem>
    126126</varlistentry>
     
    130130<listitem>
    131131<indexterm zone="ch-system-module-init-tools modinfo"><primary sortas="b-modinfo">modinfo</primary></indexterm>
    132 <para>examines an object file associated with
    133 a kernel module and displays any information that it can glean.</para>
     132<para>examines an object file associated with a kernel module and
     133displays any information that it can glean.</para>
    134134</listitem>
    135135</varlistentry>
     
    140140<indexterm zone="ch-system-module-init-tools modprobe"><primary sortas="b-modprobe">modprobe</primary></indexterm>
    141141<para>uses a dependency file, created by
    142 <command>depmod</command>, to automatically load the relevant modules.</para>
     142<command>depmod</command>, to automatically load relevant modules.</para>
    143143</listitem>
    144144</varlistentry>
     
    156156
    157157</sect1>
     158
Note: See TracChangeset for help on using the changeset viewer.