Move more logging to common files
[mit.git] / doc / lsmod.sgml
blobffaf964d39d5cf2b6821e1d4e7e2a27c51a3e23d
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
3 <!ENTITY docbook "<productname>DocBook</productname>">
4 <!ENTITY sgml "<abbrev>SGML</abbrev>">
5 ]>
7 <!-- Stolen from manual page for docbook-to-man, DocBook source file
8 (C) 1999 W. Borgert debacle@debian.org
10 $Id: docbook-to-man.sgml,v 1.8 2002/04/27 15:28:02 debacle Exp $ -->
12 <refentry>
13 <refentryinfo>
14 <address>
15 <email>rusty@rustcorp.com.au</email>
16 </address>
17 <author>
18 <firstname>Rusty</firstname>
19 <surname>Russell</surname>
20 </author>
21 <date>2002-12-27</date>
22 </refentryinfo>
23 <refmeta>
24 <refentrytitle>lsmod</refentrytitle>
25 <manvolnum>8</manvolnum>
26 </refmeta>
27 <refnamediv>
28 <refname>lsmod</refname> <refpurpose>program to show the status of modules in the Linux Kernel</refpurpose>
29 </refnamediv>
30 <refsynopsisdiv>
31 <cmdsynopsis>
32 <command>lsmod</command>
33 </cmdsynopsis>
34 </refsynopsisdiv>
35 <refsect1>
36 <title>DESCRIPTION</title>
38 <para><command>lsmod</command> is a trivial program which nicely
39 formats the contents of the <filename>/proc/modules</filename>,
40 showing what kernel modules are currently loaded.
41 </para>
43 </refsect1>
44 <refsect1>
45 <title>BACKWARDS COMPATIBILITY</title>
47 <para>This version of <command>lsmod</command> is for kernels
48 <literal>2.5.48</literal> and above. If it detects a kernel
49 with support for old-style modules, it will attempt to run
50 <command>lsmod.old</command> in its place, so it is completely
51 transparent to the user.</para>
52 </refsect1>
53 <refsect1>
54 <title>COPYRIGHT</title>
55 <para>
56 This manual page Copyright 2002, Rusty Russell, IBM Corporation.
57 </para>
58 </refsect1>
59 <refsect1>
60 <title>SEE ALSO</title>
62 <para><citerefentry>
63 <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum>
64 </citerefentry>,
65 <citerefentry>
66 <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum>
67 </citerefentry>,
68 <citerefentry>
69 <refentrytitle>lsmod.old</refentrytitle><manvolnum>8</manvolnum>
70 </citerefentry>
71 </para>
72 </refsect1>
73 </refentry>
75 <!-- Keep this comment at the end of the file
76 Local variables:
77 mode: sgml
78 sgml-omittag:t
79 sgml-shorttag:t
80 sgml-minimize-attributes:nil
81 sgml-always-quote-attributes:t
82 sgml-indent-step:2
83 sgml-indent-data:t
84 sgml-parent-document:nil
85 sgml-default-dtd-file:nil
86 sgml-exposed-tags:nil
87 sgml-local-catalogs:nil
88 sgml-local-ecat-files:nil
89 End:
90 -->