From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: Changing the style of the command descriptions in appendix A. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/modutils-desc.xml | 46 +++++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) (limited to 'appendixa/modutils-desc.xml') diff --git a/appendixa/modutils-desc.xml b/appendixa/modutils-desc.xml index e3e84aff7..08b8da2a6 100644 --- a/appendixa/modutils-desc.xml +++ b/appendixa/modutils-desc.xml @@ -6,45 +6,33 @@ Program file descriptions -depmod -depmod handles dependency descriptions for loadable -kernel modules. +depmod creates a dependency file, based on the +symbols it finds in the existing set of modules. This dependency file is used +by modprobe to automatically load the required modules. -genksyms -genksyms reads (on standard input) the output from gcc -E source.c -and generates a file containing version information. +genksyms generates symbol version information. -insmod -insmod installs a loadable module in the running kernel. +insmod installs a loadable module in the running kernel. -insmod_ksymoops_clean -insmod_ksymoops_clean deletes saved ksyms and modules not accessed in -2 days. +insmod_ksymoops_clean deletes saved ksyms and +modules not accessed for two days. -kallsyms -kallsyms extracts all kernel symbols for debugging. +kallsyms extracts all kernel symbols for debugging. -kernelversion -kernelversion reports the major version of the -running kernel. +kernelversion reports the major version of the +running kernel. -ksyms -ksyms displays exported kernel symbols. +ksyms displays exported kernel symbols. -lsmod -lsmod shows information about all loaded modules. +lsmod shows which modules are loaded. -modinfo -modinfo examines an object file associated with a kernel module and -displays any information that it can glean. +modinfo examines an object file associated with +a kernel module and displays any information that it can glean. -modprobe -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. +modprobe uses a dependency file, created by +depmod, to automatically load the relevant modules. -rmmod -rmmod unloads loadable modules from the running kernel. +rmmod unloads modules from the running kernel. -- cgit v1.2.3-54-g00ecf