depmod: add ability to check symbol versions
[mit.git] / doc / insmod.sgml
blobee0b15697c6c847466c9d452c6c7748167c8dd78
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>insmod</refentrytitle>
25 <manvolnum>8</manvolnum>
26 </refmeta>
27 <refnamediv>
28 <refname>insmod</refname> <refpurpose>simple program to insert a module into the Linux Kernel</refpurpose>
29 </refnamediv>
30 <refsynopsisdiv>
31 <cmdsynopsis>
32 <command>insmod</command>
33 <arg><replaceable>filename</replaceable></arg>
34 <arg rep='repeat'><replaceable>module options</replaceable></arg>
35 </cmdsynopsis>
36 </refsynopsisdiv>
37 <refsect1>
38 <title>DESCRIPTION</title>
40 <para><command>insmod</command> is a trivial program to insert a
41 module into the kernel: if the
42 <replaceable>filename</replaceable> is a hyphen, the module is
43 taken from standard input. Most users will want to use
44 <citerefentry><refentrytitle>modprobe</refentrytitle>
45 <manvolnum>8</manvolnum> </citerefentry> instead, which is
46 more clever.</para>
48 <para>Only the most general of error messages are reported: as the
49 work of trying to link the module is now done inside the kernel,
50 the <command>dmesg</command> usually gives more information
51 about errors.</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>rmmod</refentrytitle><manvolnum>8</manvolnum>
67 </citerefentry>,
68 <citerefentry>
69 <refentrytitle>lsmod</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 -->