Style fix for insmod.8

This commit is contained in:
sin 2014-06-26 16:03:59 +01:00
parent c1a96ddb4c
commit 35a9479141

View File

@ -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)