Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

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

File:
1 edited

Legend:

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

    r0869f1e r3ed279f  
    5858</segmentedlist>
    5959
    60 <variablelist><title>Short descriptions</title>
     60<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     61<?dbfo list-presentation="list"?>
    6162
    6263<varlistentry id="depmod">
    6364<term><command>depmod</command></term>
    6465<listitem>
    65 <indexterm zone="ch-system-module-init-tools depmod"><primary sortas="b-depmod">depmod</primary></indexterm>
    6666<para>creates a dependency file based on the symbols it finds in the
    6767existing set of modules. This dependency file is used by modprobe to
    6868automatically load the required modules.</para>
     69<indexterm zone="ch-system-module-init-tools depmod"><primary sortas="b-depmod">depmod</primary></indexterm>
    6970</listitem>
    7071</varlistentry>
     
    7374<term><command>genksyms</command></term>
    7475<listitem>
     76<para>generates symbol version information.</para>
    7577<indexterm zone="ch-system-module-init-tools genksyms"><primary sortas="b-genksyms">genksyms</primary></indexterm>
    76 <para>generates symbol version information.</para>
    7778</listitem>
    7879</varlistentry>
     
    8182<term><command>insmod</command></term>
    8283<listitem>
     84<para>installs a loadable module in the running kernel.</para>
    8385<indexterm zone="ch-system-module-init-tools insmod"><primary sortas="b-insmod">insmod</primary></indexterm>
    84 <para>installs a loadable module in the running kernel.</para>
    8586</listitem>
    8687</varlistentry>
     
    8990<term><command>insmod_ksymoops_clean</command></term>
    9091<listitem>
     92<para>deletes saved ksyms and modules not accessed for two days.</para>
    9193<indexterm zone="ch-system-module-init-tools insmod_ksymoops_clean"><primary sortas="b-insmod_ksymoops_clean">insmod_ksymoops_clean</primary></indexterm>
    92 <para>deletes saved ksyms and modules not accessed for two days.</para>
    9394</listitem>
    9495</varlistentry>
     
    9798<term><command>kallsyms</command></term>
    9899<listitem>
     100<para>extracts all kernel symbols for debugging.</para>
    99101<indexterm zone="ch-system-module-init-tools kallsyms"><primary sortas="b-kallsyms">kallsyms</primary></indexterm>
    100 <para>extracts all kernel symbols for debugging.</para>
    101102</listitem>
    102103</varlistentry>
     
    105106<term><command>kernelversion</command></term>
    106107<listitem>
     108<para>reports the major version of the running kernel.</para>
    107109<indexterm zone="ch-system-module-init-tools kernelversion"><primary sortas="b-kernelversion">kernelversion</primary></indexterm>
    108 <para>reports the major version of the running kernel.</para>
    109110</listitem>
    110111</varlistentry>
     
    113114<term><command>ksyms</command></term>
    114115<listitem>
     116<para>displays exported kernel symbols.</para>
    115117<indexterm zone="ch-system-module-init-tools ksyms"><primary sortas="b-ksyms">ksyms</primary></indexterm>
    116 <para>displays exported kernel symbols.</para>
    117118</listitem>
    118119</varlistentry>
     
    121122<term><command>lsmod</command></term>
    122123<listitem>
     124<para>lists currently loaded modules.</para>
    123125<indexterm zone="ch-system-module-init-tools lsmod"><primary sortas="b-lsmod">lsmod</primary></indexterm>
    124 <para>lists currently loaded modules.</para>
    125126</listitem>
    126127</varlistentry>
     
    129130<term><command>modinfo</command></term>
    130131<listitem>
    131 <indexterm zone="ch-system-module-init-tools modinfo"><primary sortas="b-modinfo">modinfo</primary></indexterm>
    132132<para>examines an object file associated with a kernel module and
    133133displays any information that it can glean.</para>
     134<indexterm zone="ch-system-module-init-tools modinfo"><primary sortas="b-modinfo">modinfo</primary></indexterm>
    134135</listitem>
    135136</varlistentry>
     
    138139<term><command>modprobe</command></term>
    139140<listitem>
    140 <indexterm zone="ch-system-module-init-tools modprobe"><primary sortas="b-modprobe">modprobe</primary></indexterm>
    141141<para>uses a dependency file, created by
    142142<command>depmod</command>, to automatically load relevant modules.</para>
     143<indexterm zone="ch-system-module-init-tools modprobe"><primary sortas="b-modprobe">modprobe</primary></indexterm>
    143144</listitem>
    144145</varlistentry>
     
    147148<term><command>rmmod</command></term>
    148149<listitem>
     150<para>unloads modules from the running kernel.</para>
    149151<indexterm zone="ch-system-module-init-tools rmmod"><primary sortas="b-rmmod">rmmod</primary></indexterm>
    150 <para>unloads modules from the running kernel.</para>
    151152</listitem>
    152153</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.