1
0
mirror of git://git.suckless.org/ubase synced 2025-02-10 07:26:53 +00:00
ubase/insmod.8

11 lines
276 B
Groff

.TH INSMOD 8 ubase-VERSION
.SH NAME
\fBinsmod\fR - Insert a module into the Linux kernel
.SH SYNOPSIS
\fBinsmod\fR filename [\fIargs...\fR]
.SH DESCRIPTION
\fBinsmod\fR inserts a module into the kernel. It does not handle
module dependencies.
.SH SEE ALSO
rmmod(8), lsmod(8)