modprobe: cleanup source, Free Software Foundation mailing address.
[module-init-tools.git] / doc / lsmod.sgml
blob0267451c15627942021bc221acbf6f9f1dd64a25
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>jcm@jonmasters.org</email>
16 </address>
17 <author>
18 <firstname>Jon</firstname>
19 <surname>Masters</surname>
20 </author>
21 <date>2010-03-01</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>COPYRIGHT</title>
46 <para>
47 This manual page originally Copyright 2002, Rusty Russell, IBM
48 Corporation. Maintained by Jon Masters and others.
49 </para>
50 </refsect1>
51 <refsect1>
52 <title>SEE ALSO</title>
54 <para>
55 <citerefentry>
56 <refentrytitle>insmod</refentrytitle><manvolnum>8</manvolnum>
57 </citerefentry>,
58 <citerefentry>
59 <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum>
60 </citerefentry>,
61 <citerefentry>
62 <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum>
63 </citerefentry>
64 </para>
65 </refsect1>
66 </refentry>
68 <!-- Keep this comment at the end of the file
69 Local variables:
70 mode: sgml
71 sgml-omittag:t
72 sgml-shorttag:t
73 sgml-minimize-attributes:nil
74 sgml-always-quote-attributes:t
75 sgml-indent-step:2
76 sgml-indent-data:t
77 sgml-parent-document:nil
78 sgml-default-dtd-file:nil
79 sgml-exposed-tags:nil
80 sgml-local-catalogs:nil
81 sgml-local-ecat-files:nil
82 End:
83 -->