mirror of git://git.suckless.org/ubase
Style fix for insmod.8
This commit is contained in:
parent
c1a96ddb4c
commit
35a9479141
6
insmod.8
6
insmod.8
|
@ -2,9 +2,9 @@
|
|||
.SH NAME
|
||||
\fBinsmod\fR - Insert a module into the Linux kernel
|
||||
.SH SYNOPSIS
|
||||
\fBinsmod\fR filename [\fIargs...\fR]
|
||||
\fBinsmod\fR \fIfilename\fR [\fIargs...\fR]
|
||||
.SH DESCRIPTION
|
||||
\fBinsmod\fR inserts a module into the kernel. It does not handle
|
||||
module dependencies.
|
||||
\fBinsmod\fR inserts the module specified by \fIfilename\fR
|
||||
into the kernel. It does not handle module dependencies.
|
||||
.SH SEE ALSO
|
||||
rmmod(8), lsmod(8)
|
||||
|
|
Loading…
Reference in New Issue