diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:04:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:04:32 +0000 |
commit | 7666abb8b878068677a6e7f72efda9a3fd6a4888 (patch) | |
tree | 0499360fe9ab992ec6341fe9fd95b3b31e9d71fb /man/insmod.xml | |
parent | Adding upstream version 31+20240202. (diff) | |
download | kmod-7666abb8b878068677a6e7f72efda9a3fd6a4888.tar.xz kmod-7666abb8b878068677a6e7f72efda9a3fd6a4888.zip |
Adding upstream version 32.upstream/32
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/insmod.xml')
-rw-r--r-- | man/insmod.xml | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/man/insmod.xml b/man/insmod.xml deleted file mode 100644 index 3ebdccd..0000000 --- a/man/insmod.xml +++ /dev/null @@ -1,87 +0,0 @@ -<?xml version='1.0'?> -<!--*-nxml-*--> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<refentry id="insmod"> - <refentryinfo> - <title>insmod</title> - <productname>kmod</productname> - - <authorgroup> - <author> - <contrib>Developer</contrib> - <firstname>Jon</firstname> - <surname>Masters</surname> - <email>jcm@jonmasters.org</email> - </author> - <author> - <contrib>Developer</contrib> - <firstname>Lucas</firstname> - <surname>De Marchi</surname> - <email>lucas.de.marchi@gmail.com</email> - </author> - </authorgroup> - </refentryinfo> - - <refmeta> - <refentrytitle>insmod</refentrytitle> - <manvolnum>8</manvolnum> - </refmeta> - - <refnamediv> - <refname>insmod</refname> - <refpurpose> - Simple program to insert a module into the Linux Kernel - </refpurpose> - </refnamediv> - - <refsynopsisdiv> - <cmdsynopsis> - <command>insmod</command> - <arg><replaceable>filename</replaceable></arg> - <arg rep='repeat'><replaceable>module options</replaceable></arg> - </cmdsynopsis> - </refsynopsisdiv> - - <refsect1><title>DESCRIPTION</title> - <para> - <command>insmod</command> is a trivial program to insert a module into - the kernel. Most users will want to use - <citerefentry><refentrytitle>modprobe</refentrytitle> - <manvolnum>8</manvolnum> </citerefentry> instead, which is more clever - and can handle module dependencies. - </para> - <para> - Only the most general of error messages are reported: as the work of - trying to link the module is now done inside the kernel, the - <command>dmesg</command> usually gives more information about errors. - </para> - </refsect1> - - <refsect1><title>COPYRIGHT</title> - <para> - This manual page originally Copyright 2002, Rusty Russell, IBM - Corporation. Maintained by Jon Masters and others. - </para> - </refsect1> - - <refsect1><title>SEE ALSO</title> - <para> - <citerefentry> - <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>rmmod</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>lsmod</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum> - </citerefentry> - <citerefentry> - <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum> - </citerefentry> - </para> - </refsect1> -</refentry> |