aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/modutils-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
commitb822811980a5f82726cb641cbeff66be9eb6d92a (patch)
tree27c4db3c62aaea065b053e43c39b2ba44c04a05f /appendixa/modutils-desc.xml
parent46f5461af92bc70c62bbb92895032b930954d835 (diff)
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/modutils-desc.xml')
-rw-r--r--appendixa/modutils-desc.xml60
1 files changed, 18 insertions, 42 deletions
diff --git a/appendixa/modutils-desc.xml b/appendixa/modutils-desc.xml
index cf0fb85fe..b11491521 100644
--- a/appendixa/modutils-desc.xml
+++ b/appendixa/modutils-desc.xml
@@ -1,11 +1,9 @@
<sect2>
<title>Contents</title>
-<para>
-The Modutils package contains the depmod, genksyms, insmod,
+<para>The Modutils package contains the depmod, genksyms, insmod,
insmod_ksymoops_clean, kerneld, kernelversion, ksyms, lsmod, modinfo,
-modprobe and rmmod programs.
-</para>
+modprobe and rmmod programs.</para>
</sect2>
@@ -13,95 +11,73 @@ modprobe and rmmod programs.
<sect3><title>depmod</title>
-<para>
-depmod handles dependency descriptions for loadable kernel modules.
-</para>
+<para>depmod handles dependency descriptions for loadable kernel modules.</para>
</sect3>
<sect3><title>genksyms</title>
-<para>
-genksyms reads (on standard input) the output from gcc -E source.c
-and generates a file containing version information.
-</para>
+<para>genksyms reads (on standard input) the output from gcc -E source.c
+and generates a file containing version information.</para>
</sect3>
<sect3><title>insmod</title>
-<para>
-insmod installs a loadable module in the running kernel.
-</para>
+<para>insmod installs a loadable module in the running kernel.</para>
</sect3>
<sect3><title>insmod_ksymoops_clean</title>
-<para>
-insmod_ksymoops_clean deletes saved ksyms and modules not accessed in
-2 days.
-</para>
+<para>insmod_ksymoops_clean deletes saved ksyms and modules not accessed in
+2 days.</para>
</sect3>
<sect3><title>kerneld</title>
-<para>
-kerneld performs kernel action in user space (such as on-demand loading of
-modules)
-</para>
+<para>kerneld performs kernel action in user space (such as on-demand loading
+of modules)</para>
</sect3>
<sect3><title>kernelversion</title>
-<para>
-kernelversion reports the major version of the running kernel.
-</para>
+<para>kernelversion reports the major version of the running kernel.</para>
</sect3>
<sect3><title>ksyms</title>
-<para>
-ksyms displays exported kernel symbols.
-</para>
+<para>ksyms displays exported kernel symbols.</para>
</sect3>
<sect3><title>lsmod</title>
-<para>
-lsmod shows information about all loaded modules.
-</para>
+<para>lsmod shows information about all loaded modules.</para>
</sect3>
<sect3><title>modinfo</title>
-<para>
-modinfo examines an object file associated with a kernel module and
-displays any information that it can glean.
-</para>
+<para>modinfo examines an object file associated with a kernel module and
+displays any information that it can glean.</para>
</sect3>
<sect3><title>modprobe</title>
-<para>
-Modprobe uses a Makefile-like dependency file, created by depmod,
+<para>Modprobe uses a Makefile-like dependency file, created by depmod,
to automatically load the relevant module(s) from the set of modules
-available in predefined directory trees.
-</para>
+available in predefined directory trees.</para>
</sect3>
<sect3><title>rmmod</title>
-<para>
-rmmod unloads loadable modules from the running kernel.
-</para>
+<para>rmmod unloads loadable modules from the running kernel.</para>
</sect3>