summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man8/insmod.8
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-rawhide/man8/insmod.8')
-rw-r--r--upstream/fedora-rawhide/man8/insmod.865
1 files changed, 65 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man8/insmod.8 b/upstream/fedora-rawhide/man8/insmod.8
new file mode 100644
index 00000000..0af511cc
--- /dev/null
+++ b/upstream/fedora-rawhide/man8/insmod.8
@@ -0,0 +1,65 @@
+'\" t
+.\" Title: insmod
+.\" Author: Jon Masters <jcm@jonmasters.org>
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\" Date: 02/09/2023
+.\" Manual: insmod
+.\" Source: kmod
+.\" Language: English
+.\"
+.TH "INSMOD" "8" "02/09/2023" "kmod" "insmod"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+insmod \- Simple program to insert a module into the Linux Kernel
+.SH "SYNOPSIS"
+.HP \w'\fBinsmod\fR\ 'u
+\fBinsmod\fR [\fIfilename\fR] [\fImodule\ options\fR...]
+.SH "DESCRIPTION"
+.PP
+\fBinsmod\fR
+is a trivial program to insert a module into the kernel\&. Most users will want to use
+\fBmodprobe\fR(8)
+instead, which is more clever and can handle module dependencies\&.
+.PP
+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
+\fBdmesg\fR
+usually gives more information about errors\&.
+.SH "COPYRIGHT"
+.PP
+This manual page originally Copyright 2002, Rusty Russell, IBM Corporation\&. Maintained by Jon Masters and others\&.
+.SH "SEE ALSO"
+.PP
+\fBmodprobe\fR(8),
+\fBrmmod\fR(8),
+\fBlsmod\fR(8),
+\fBmodinfo\fR(8)
+\fBdepmod\fR(8)
+.SH "AUTHORS"
+.PP
+\fBJon Masters\fR <\&jcm@jonmasters\&.org\&>
+.RS 4
+Developer
+.RE
+.PP
+\fBLucas De Marchi\fR <\&lucas\&.de\&.marchi@gmail\&.com\&>
+.RS 4
+Developer
+.RE